Disable sidebar expand on hover #3760
Replies: 3 comments 9 replies
-
I would like this as well. |
Beta Was this translation helpful? Give feedback.
-
I was annoyed enough by the behavior that I made a Zen Mod to solve this issue. If you want to fix the issue yourself without the mod, here is what to do:
#navigator-toolbox {
pointer-events: none;
}
#navigator-toolbox>* {
pointer-events: all;
} Original mod submission for reference, with Readme with minor explanation: zen-browser/theme-store#953 |
Beta Was this translation helpful? Give feedback.
-
As of 1.8b, you can disable expand on hover completely for both sidebar and toolbar using zen.view.compact.show-sidebar-and-toolbar-on-hover in about:config |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Is there any hope of having a setting where I can disable expand on hover when sidebar is hidden
Beta Was this translation helpful? Give feedback.
All reactions