Title: Desktop scroll
Last modified: July 1, 2022

---

# Desktop scroll

 *  Resolved [webcart](https://wordpress.org/support/users/webcart/)
 * (@webcart)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/desktop-scroll/)
 *     ```
       Hi,
       I have a mega menu with many items that are more than the desktop screen.
       I need the customers to be able to scroll down and to see the lower part of the mega menu.
       I could not find a way to do it.
       Is it available?
       ```
   

Viewing 1 replies (of 1 total)

 *  [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * (@prosenjitbarman)
 * [3 years, 10 months ago](https://wordpress.org/support/topic/desktop-scroll/#post-15790242)
 * Hello [@webcart](https://wordpress.org/support/users/webcart/) ,
    Thanks for 
   reaching out to us!
 * I understand what you are looking for. We haven’t added any control to add a 
   Vertical Scrollbar inside the Megamenu. But, it can be achieved by adding some
   custom CSS code. Please copy the CSS code below and paste it to the **Appearance
   > Customize > Additional CSS** section.
 *     ```
       .elementskit-navbar-nav-default .elementskit-megamenu-panel {
           max-height: 500px !important;
           overflow-y: scroll !important;
       }
       ```
   
 * I hope it will help. If not, then kindly share the link to your site. I will 
   check and let you know another solution ASAP!
 * Looking forward to your response and we are always here to assist you.
 * Best Regards,
    Prosenjit

Viewing 1 replies (of 1 total)

The topic ‘Desktop scroll’ is closed to new replies.

 * ![](https://ps.w.org/elementskit-lite/assets/icon-256x256.gif?rev=2518175)
 * [ElementsKit Elementor Addons - Advanced Widgets & Templates Addons for Elementor](https://wordpress.org/plugins/elementskit-lite/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/elementskit-lite/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/elementskit-lite/)
 * [Active Topics](https://wordpress.org/support/plugin/elementskit-lite/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/elementskit-lite/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/elementskit-lite/reviews/)

 * 1 reply
 * 2 participants
 * Last reply from: [Prosenjit Barman](https://wordpress.org/support/users/prosenjitbarman/)
 * Last activity: [3 years, 10 months ago](https://wordpress.org/support/topic/desktop-scroll/#post-15790242)
 * Status: resolved