luakit icon indicating copy to clipboard operation
luakit copied to clipboard

google account, no apps scroll bar

Open maccagnan opened this issue 2 years ago • 3 comments

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 luakit

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

maccagnan avatar Sep 30 '22 21:09 maccagnan

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.

taobert avatar Sep 30 '22 23:09 taobert

Thanks a lot for the prompt reply. Still learning the ropes, sorry.

maccagnan avatar Sep 30 '22 23:09 maccagnan

@taobert Thanks for sharing about hide_scrollbars. Very helpful for me.

jvvv avatar Nov 05 '22 18:11 jvvv