Skip to content

Instantly share code, notes, and snippets.

@andrewliebchen
Last active December 15, 2015 07:19
Show Gist options
  • Save andrewliebchen/5222301 to your computer and use it in GitHub Desktop.
Save andrewliebchen/5222301 to your computer and use it in GitHub Desktop.
Dropdown markup
<div class="dropdown">
<a href="#" class="dropdown-toggle"></a>
<div class="dropdown-menu">
<ol class="scroll-wrapper">
<li role="menuitem"></li>
</ol>
</div>
</div>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment