Tabsbar: Fix tabs overflow fade position

Fixes #634
This commit is contained in:
Rafael Mardojai CM 2023-05-18 01:06:45 -05:00
parent e3eef6ee31
commit 7cba78f521
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 0 deletions

View File

@ -58,6 +58,7 @@ tab > stack {
#scrollbutton-up:not([disabled])::after { #scrollbutton-up:not([disabled])::after {
background: linear-gradient(to right, var(--gnome-tabbar-fade-background) 25px, transparent); background: linear-gradient(to right, var(--gnome-tabbar-fade-background) 25px, transparent);
left: 0;
} }
#scrollbutton-down:not([disabled])::after { #scrollbutton-down:not([disabled])::after {