[Glitch] Fix tabs bar scrolling along with content on mobile

Port 4cc29eb5ad to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
master
Eugen Rochko 2019-07-27 19:25:15 +02:00 committed by Thibaut Girka
parent 81b6ffa8f1
commit 3edb816eb0
1 changed files with 3 additions and 0 deletions

View File

@ -639,6 +639,9 @@
background: lighten($ui-base-color, 8%);
flex: 0 0 auto;
overflow-y: auto;
position: sticky;
top: 0;
z-index: 3;
}
.tabs-bar__link {