Forums

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

Home Forums CSS using overflow-y: auto for a long submenu, submenu closes when using scrollbar

  • This topic is empty.
Viewing 1 post (of 1 total)
  • Author
    Posts
  • #161546
    DrasticPlastic
    Participant

    anyone have any recommendations? using overflow-y: auto for a long submenu, submenu closes when using scrollbar. trying to keep this all in CSS…

    .SubMenu.MenuLevel1 {
    max-height: 300px;
    overflow-y: auto;
    overflow-x: hidden;
    margin:0px;
    padding:0px;
    border:0px;
    }

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