Title: not scrollable
Last modified: December 3, 2020

---

# not scrollable

 *  Resolved [Jenni1990](https://wordpress.org/support/users/jenni1990/)
 * (@jenni1990)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/not-scrollable/)
 * If you have dropped down a submenu in this responsive menu you may have to many
   items for the height on your smartphone to show. Unfortunately you can not scroll
   or swipe the menu. So it is not possible to use some menu items. Is there a setting
   I did not see to solve this problem?
    -  This topic was modified 5 years, 5 months ago by [Jenni1990](https://wordpress.org/support/users/jenni1990/).

Viewing 5 replies - 1 through 5 (of 5 total)

 *  Plugin Support [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/)
 * (@bibhuprakash123)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13743811)
 * Hello [@jenni1990](https://wordpress.org/support/users/jenni1990/),
 * Sorry for the issue.
    Can you please share your website URL for which we can 
   able to review the particular issue?
 * Regards
    Bibhu
    -  This reply was modified 5 years, 5 months ago by [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/).
 *  Plugin Support [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/)
 * (@bibhuprakash123)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13758617)
 * Hello [@jenni1990](https://wordpress.org/support/users/jenni1990/),
 * Hope your issue is resolved.
    Let us know if you are still having the same issue.
 * Regards,
    Bibhu
 *  Thread Starter [Jenni1990](https://wordpress.org/support/users/jenni1990/)
 * (@jenni1990)
 * [5 years, 5 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13759233)
 * Sorry, the Mail to this topic was detected as spam. No the issue is not solved.
   the link to the site is wp.hukki.com
 *  Plugin Support [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/)
 * (@bibhuprakash123)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13801358)
 * Hello [@jenni1990](https://wordpress.org/support/users/jenni1990/),
 * I checked your website link and I found some js error on the console and the 
   error is coming from your current theme.
 *     ```
       priority-menu.js?ver=20181214:47 Uncaught TypeError: Failed to execute 'insertBefore' on 'Node': parameter 1 is not of type 'Node'.
           at prependElement (priority-menu.js?ver=20181214:47)
           at updateNavigationMenu (priority-menu.js?ver=20181214:128)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
           at updateNavigationMenu (priority-menu.js?ver=20181214:149)
       ```
   
 * .
    Therefore can you please make a cross check by changing your current theme
   and deactivating some of your other plugins that you have.
 * After this let us know if you are still having the same issue.
 * Regards,
    Bibhu
 *  Plugin Support [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/)
 * (@bibhuprakash123)
 * [5 years, 4 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13801458)
 * Hello [@jenni1990](https://wordpress.org/support/users/jenni1990/),
 * I found the solution for you, as per my previous reply the issue is due to your
   custom css code and that you have to change.
 * this code is available on you child theme style.css
 *     ```
       @media only screen and (max-width: 768px)
       #wprmenu_bar, #mg-wprm-wrap {
           display: block; // here you need to comment this or make it "display: block;"
           justify-content: center;
           width: calc(100% - 20px);
           margin-left: 10px;
           margin-right: 10px;
           margin-top: 10px;
           border-radius: 10px;
       }
       ```
   
 * Hope it will resolve your issue.
    After this let us know if you are still having
   the same issue.
 * Regards
    Bibhu

Viewing 5 replies - 1 through 5 (of 5 total)

The topic ‘not scrollable’ is closed to new replies.

 * ![](https://ps.w.org/wp-responsive-menu/assets/icon-256x256.png?rev=2246917)
 * [WP Responsive Menu](https://wordpress.org/plugins/wp-responsive-menu/)
 * [Support Threads](https://wordpress.org/support/plugin/wp-responsive-menu/)
 * [Active Topics](https://wordpress.org/support/plugin/wp-responsive-menu/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wp-responsive-menu/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wp-responsive-menu/reviews/)

## Tags

 * [height](https://wordpress.org/support/topic-tag/height/)
 * [scroll](https://wordpress.org/support/topic-tag/scroll/)

 * 5 replies
 * 2 participants
 * Last reply from: [bibhuprakash123](https://wordpress.org/support/users/bibhuprakash123/)
 * Last activity: [5 years, 4 months ago](https://wordpress.org/support/topic/not-scrollable/#post-13801458)
 * Status: resolved