Scroll bar is not at the end of screen. #2476
Replies: 6 comments 15 replies
-
Not really a bug but a suggestion. Moving to discussions. Also, this helps for people who have tabs on the right like me |
Beta Was this translation helpful? Give feedback.
-
Here's my hacky fix. I think it has to do with the container that the body selector sits in. The scrollbar is at the edge of body, but the container is wider than body, so we end up with extra gap. But that's a guess based entirely on the colors. There's also a Firefox Extension I recommend: ScrollAnywhere. It lets you set an option to use a mouse button anywhere on the page to scroll and has different "scrolling styles." I set mine up so I right click on the page and drag and it accelerates and scrolls like a smartphone. I like it a lot. Anyways, shove this in your userChrome.css to move the scrollbar over. You may need to adjust the percentage a bit for your monitor:
Note: I'm running 1.0.1-a.12. They may have broken this fix with the changes for glance. But the general principle should still work. |
Beta Was this translation helpful? Give feedback.
-
I'm just starting to try out zen browser and this is the first thing I noticed that really annoyed me. Going to try the workaround, but if this is not possible it would be a dealbreaker. |
Beta Was this translation helpful? Give feedback.
-
There is an "official" (from the Zen's author @mauro-balades) mod for this: Remove Browser Padding |
Beta Was this translation helpful? Give feedback.
-
I've found another selector hack that "fixes" it, too.
So both body and .browserSidebarContainer can be used to "fix" it by increasing their widths. Note that this percentage varies slightly depending on the monitor. And if you use the Remove Browser Padding mod, the percentage decreases, but still needs to be above 100%. In my case, when using Remove Browser Padding, I can drop my width to 100.1%. 100% still leaves a gap. I've been digging through the source and other peoples' Zen mods to find selectors, but if someone can tell me how I can inspect the actual Zen Browser UI, I'm happy to spend more time poking at it to try to find the underlying cause. I haven't had much luck poking through files to find the element hierarchy, and it feels like a bad way to approach it. I think this might be a Bug and not a Suggestion, at this point. |
Beta Was this translation helpful? Give feedback.
-
Quick addition: The Zen Mod in the store called "No Gaps" will also do what "Remove Browser Padding" does to the window even IN compact mode (as that is what I use) |
Beta Was this translation helpful? Give feedback.
-
Captchas
What happened?
usually i scroll pages to down faster with mouse itself.
In some browsers i need to move mouse to end of screen to right side. and click and move mouse to scroll.
But in zen (maybe even in firefox) i need to adjust my mouse to scroll bar to be srollable.
Maybe it's not important but many users use it brainless
Reproducible?
Version
1.0.1-a.15
What platform are you seeing the problem on?
Windows
Relevant log output
No response
Beta Was this translation helpful? Give feedback.
All reactions