luakit
luakit copied to clipboard
google account, no apps scroll bar
Current Behavior: on my google account there is no scroll bar on the apps window, hence I can't scroll down to launch, for example, google drive.
Desired Behavior: having the scroll bar appear on the apps window
How can we reproduce it (step by step): get into your google account and press the apps button
Environment:
Linux Distribution & Version:
Output of luakit --version
:
Note about webkit issues:
If you're reporting a rendering issue, please test it with the gnome browser ephiphany as well. If the issue occurs there too, we're very likely not able to help. These issues should be reported to webkit: https://bugs.webkit.org
Luakit hides scrollbars by default.
If you want them, you can comment out the line local hide_scrollbars = require "hide_scrollbars"
in your rc.lua
.
If you want them in some places but not others, i expect you'd be able to do this with user stylesheets.
Thanks a lot for the prompt reply. Still learning the ropes, sorry.
@taobert Thanks for sharing about hide_scrollbars. Very helpful for me.