Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Dropdown menu not working in Edge

  • This topic is empty.
Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #291826
    highwaykind
    Participant

    https://css-tricks.com/solved-with-css-dropdown-menus/
    https://codepen.io/una/pen/RMmogp

    Ignoring the :focus-within, the dropdown for Two is not showing up in Edge.
    It works fine in Firefox/Chrome.

    Another example for dropdowns not showing in Edge is bulma.io
    (the More dropdown menu).

    I’m using Bulma in my WordPress theme and my dropdown menu is not showing up in Edge.
    I hope someone knows a way to fix this because I can’t figure out why it’s not working.

    #291828
    highwaykind
    Participant

    Found the same issue on the bulma.io github.
    It is caused by :fixed-within. So, on second thought, better not ignore that.

    Solution: remove the 2 lines that use :fixed-within from the bulma CSS (bulma/components/navbar.sass) and the dropdown works in all browsers.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The forum ‘CSS’ is closed to new topics and replies.