Replies: 6 comments 3 replies
-
I agree with this, poor UI decision; new tab button should be anchored within a container above the vertical tabs, or as part of the top of the vertical toolbar container. |
Beta Was this translation helpful? Give feedback.
-
I agree, any fixed UI placement would be preferable to being able to scroll the new tab button out of view. |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
I agree. This must be implemented |
Beta Was this translation helpful? Give feedback.
-
Guys, I've tried some methods. It seems that I can't solve this problem well through third-party means at present. However, we can still select "New TAB" by using the shortcut key "Ctrl+T" or right-clicking on any TAB. |
Beta Was this translation helpful? Give feedback.
-
A fix using userChrome.css: #tabbrowser-arrowscrollbox-periphery {
position: sticky;
top: 0;
left: 0;
bottom: 0;
background-color: var(--zen-main-browser-background-toolbar);
width: var(--zen-sidebar-width) - 5;
z-index: 10;
} It stays at the top or bottom (depending on Zen settings) when you scroll past it. The background may not match the theme though, I couldn't figure out how to do that properly. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
What feature would you like to see?
Currently the New Tab button can be hidden if a lot of tabs are open and you scroll up. It should not do this and instead be achored on the sidebar on it's position. Either this or have it as an option (I personally see it as a bad thing).
What platform are you seeing the problem on?
Windows
Additional context
Scrolled down to the very bottom:

Then, if I scroll a little bit up:

It get hidden because it currently scrolls with the open tabs on the sidebar.
Pls fix :)
~ Created automatically from issue: #527
Beta Was this translation helpful? Give feedback.
All reactions