Search code examples
javascripthtmlcssdropdown

Links with dropdown menus don't show up, links without dropdown menus still work


Somehow the links with dropdown menus no longer show a dropdown when you mouse over. The links without any dropdowns still work fine. It happens on this website with the links on the green navbar and I have no clue what could possibly cause this to happen. I have not changed a single script on the website except for some CSS. I haven't changed any classes or ID's either and it happens on all browsers. If this helps, I'm using OpenCart which uses a theme based on bootstrap.


Solution

  • Please remove overflow-x: hidden; in line number 397 in stylesheet.css

    .navbar {
      max-width: 100%;
      /* overflow-x: hidden; */
    }