UNPKG

wp-jet-fuel

Version:

Facilitates the addition of custom functionality to a WordPress website, including Custom Post Types, Meta Fields, Widgets, Taxonomies, Shortcodes, Admin Modificaitons, etc.

8 lines (7 loc) 147 B
/** * Allow Admin header menu sites list to overflow */ ul#wp-admin-bar-my-sites-list { overflow: scroll; max-height: calc(100vh - 108px); }