matatk / landmarks

Allows you to navigate a web page via WAI-ARIA landmarks, using the keyboard or a pop-up menu
http://matatk.agrip.org.uk/landmarks/
MIT License
125 stars 7 forks source link

Double vertical scrollbars in DevTools panel when OS is set to show scrollbars #400

Open matatk opened 3 years ago

matatk commented 3 years ago

I think this could be due to the use of flexbox, which isn't needed in the DevTools panel.

matatk commented 3 years ago

I tried to fix this in #418 but in Firefox the extra scrollbar was always there, as if the panel itself was taking up slightly more than the available vertical space. Setting it to both 100% and 100vh (both html and body) didn't help, though, and the problem only occurs on Firefox (out of Firefox and Chrome).