Snippets

Keith Crain Remove Scroll bar from MainWP Extensions Menu

Updated by Keith Crain

File CSS.css Modified

  • Ignore whitespace
  • Hide word diff
 /**
- * @snippet       Remove Scroll bar from MainWP Extensions Menu ( goes well with moving "Go To WP Admin" to Top.
- * @sourcecode    https://bitbucket.org/snippets/keith_crain/ArgMj6
+ * @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
Created by Keith Crain

File CSS.css Added

  • Ignore whitespace
  • Hide word diff
+/**
+ * @snippet       Remove Scroll bar from MainWP Extensions Menu ( goes well with moving "Go To WP Admin" to Top.
+ * @sourcecode    https://bitbucket.org/snippets/keith_crain/ArgMj6
+ * @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;
+}
HTTPS SSH

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