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

Port 5e0ccb3020 to glitch-soc

Signed-off-by: Thibaut Girka <thib@sitedethib.com>
th-downstream
Eugen Rochko 5 years ago committed by Thibaut Girka
parent 73ba3a51da
commit e0b973c5d3

@ -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 {

Loading…
Cancel
Save