Friday, July 9, 2021

Overflow with max-height

 Overflow with max-width


div#navbarSupportedContent {

        max-height: 75vh;

        overflow-y: auto;

    }

No comments:

Post a Comment

Raw Insert query in EF8 or Entity Framwork 8

          public async Task<object> InsertRack(Rack RackInsert)         {             try             {                 sql = " i...