Disable sidebar expand on hover #3760
lokwaniyash
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
I would like this as well. |
Beta Was this translation helpful? Give feedback.
0 replies
-
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.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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