Horje
css dropdown menu with scrollbar Code Example
css dropdown menu with scrollbar
/*  Note that I added a screen width limit to 600px 
and fixed the menu height in 200px (with scrollbars), 
so you can adjust those numbers the way you want. */
@media (max-width: 600px) {
	#menu{
		max-height: 200px;
		overflow-x: hidden;
		overflow-y: auto;
	}
}




Css

Related
css margin top responsive Code Example css margin top responsive Code Example
how to transition text color css Code Example how to transition text color css Code Example
bootstrap popover style width Code Example bootstrap popover style width Code Example
text change animation css Code Example text change animation css Code Example
html css class id Code Example html css class id Code Example

Type:
Code Example
Category:
Coding
Sub Category:
Code Example
Uploaded by:
Admin
Views:
9