Tabsbar: Fix tabs overlfow fade position

Fixes #454
This commit is contained in:
Rafael Mardojai CM 2022-11-16 23:32:15 -05:00
parent 1586956d3b
commit 5ec4e09285
No known key found for this signature in database
GPG Key ID: 2B2DAB2A58566C84
1 changed files with 1 additions and 1 deletions

View File

@ -50,7 +50,7 @@ tab > stack {
content: "";
height: 44px;
position: absolute;
top: 0;
top: -3px;
z-index: -1;
width: 50px;
}