-
Notifications
You must be signed in to change notification settings - Fork 974
Arch linux: Scroll bar appears over tabs when they fill the tab bar #2599
Comments
PR wanted for this from someone who is running Arch Linux. |
It should be a pretty small CSS tweak maybe with |
Archlinux user here, I remember having this issue a while ago (even opened #1403), and didn't encountered it after that (even now, v0.11.0). I tried to reproduce it by pinning as much tabs as you have, then playing with the window's width, but couldn't: @dangerginger How did you install Brave? AUR? If so, which package? (I use the |
@babolivier, I initially installed the @bbondy, I can look into fixing this but it would be my first PR. If you give me a hint on where I should look into this it would help me get started. Thanks |
You can fix this by using the built in browser level dev tools. Once you find the styles that need to change just The README has information about first time setup. |
Great. I will look into this over the weekend. Thanks for pointing me in On Thu, Jul 21, 2016, 07:03 Brian R. Bondy notifications@github.com wrote:
|
awesome, thanks @dangerginger! |
I found the CSS selector using the method you described and sent my first ever PR. You can tell it's the first one because I unfortunately named it 'patch-1'. Sorry about that. Not very descriptive. |
My search skills may have failed me, but I did not find this bug. I apologize if this is a duplicate.
Problem: After opening enough tabs (depends on window size) to fill the tab bar, a horizontal scroll bar appears that conceals the lower ~75% of the tabs. I am still barely able to switch tabs by clicking on the very top of the tab, but it is difficult to see which tab is which. The scroll bar is always "full", meaning it cannot actually scroll left or right no matter how many tabs there are. Closing or pinning tabs until they no longer fill the available space causes the scroll bar to disappear.
Expected behavior: The scroll functionality should not conceal the tabs, and should effectively scroll to tabs or tab groups that are not currently visible.
Platform: Arch Linux
Brave Version: v0.11.0
Steps to reproduce:
1. Open brave
2. Open multiple tabs until they fill the available space in the tab bar.
3. Observe the scroll bar covering the tabs.
4. Close tabs until the scroll bar disappears.
The text was updated successfully, but these errors were encountered: