Snippets

Keith Crain Remove Scroll bar from MainWP Extensions Menu

Created by Keith Crain last modified
/**
 * @snippet       Remove Scroll bar from MainWP Extensions Menu 
 *                ( goes well with moving "Go To WP Admin" to Top. https://bitbucket.org/snippets/keith_crain/ynkeaR )
 * @sourcecode    https://bitbucket.org/snippets/keith_crain/qnzXjA
 * @author        Keith Crain
 * @author_url    https://kronoslabs.io
 * @testedwith    WordPress v5.3.X
 */
#mainwp-main-menu #menu-item-extensions .content.menu {
    max-height: 100%!important;
    overflow-y: visible;
}

Comments (0)

HTTPS SSH

You can clone a snippet to your computer for local editing. Learn more.