Horje
scroll dropdown bootstrap Code Example
scroll dropdown bootstrap
       <ul class="dropdown-menu scrollable-menu" role="menu">
          <li><a rel="nofollow" href="#">Action</a></li>
          <li><a rel="nofollow" href="#">Another action</a></li>
          <li><a rel="nofollow" href="#">Something else here</a></li>
          <li><a rel="nofollow" href="#">Action</a></li>
            ..
          <li><a rel="nofollow" href="#">Action</a></li>
          <li><a rel="nofollow" href="#">Another action</a></li>
       </ul>
scroll dropdown bootstrap
.scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}




Html

Related
how to display online image in html Code Example how to display online image in html Code Example
html center button Code Example html center button Code Example
html file Code Example html file Code Example
success green color code Code Example success green color code Code Example
bootstrap buttons Sizes Code Example bootstrap buttons Sizes Code Example

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