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

Linq Expression syntax for where condtion in linq

(Expression<Func<T, bool>> filter)