luxbar
luxbar copied to clipboard
Double scrollbar issue in Chrome
I've not tested other browsers, but certainly in Chrome there's a double scrollbar appearing when the responsive/hamburger menu drops down.
I've recorded a video to show this, but Github doesn't like MP4 files, so here's a link... Luxbar.mp4
The file is not found, could you please upload it again? Also, what OS are you using?
Sorry about that, missed the http:// off the beginning, fixed now. And it's Windows 7, Chrome 55.0.2883.87.
Seems like it's only appearing in Windows. I'll try to get a windows machine and resolve the problem as soon as I can.
Great. Awesome work, by the way!
I believe if you remove "overflow: auto" from line 189 in luxbar.css, that resolves the problem. I don't know if creates a problem on non-Windows systems or not though.
Appears in all mayor browsers on Windows 10 for me. But removing "overflow: auto" as suggested by riklewis seems to fix it.
Checked it in Chrome, Firefox, Opera, IE and Edge on Win 10.
I think the problem with that solution was that it removed the opening animation completely but I have to double check it.
~~On Chrome 60.0.3112.101 I cannot reproduce this bug, is anyone else able to?~~
Scratch that, I am still able to reproduce it
It's still happening for me on Windows 10/Chrome 60.0.3112.113 (Official Build) (64-bit).
I'm thinking that this might solve it for chrome but probably not for firefox. Can someone with Windows confirm that the bug is reproducible with Firefox as well?
Yep it happens in Firefox. The second scrollbar appears and then goes again, same as on Chrome