Template:Support Page: Difference between revisions

Jump to navigation Jump to search
Content deleted Content added
don't do overflow: hidden when dropdown is open: causes bump from scrollbar disappearing
overflow auto for language switcher
Line 338: Line 338:
top: 62px;
top: 62px;
width: 100%;
width: 100%;
overflow: scroll;
overflow: auto;
max-height: 80vh;
max-height: 80vh;
}
}