From: Eugen Rochko Date: Sat, 27 Jul 2019 17:25:15 +0000 (+0200) Subject: [Glitch] Fix tabs bar scrolling along with content on mobile X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=3edb816eb0a632fa97d9a8f9a65796e5387bfdd5;p=mastodon.git [Glitch] Fix tabs bar scrolling along with content on mobile Port 4cc29eb5ad106c267ff16c9f49f145bc34d1aae0 to glitch-soc Signed-off-by: Thibaut Girka --- diff --git a/app/javascript/flavours/glitch/styles/components/index.scss b/app/javascript/flavours/glitch/styles/components/index.scss index 6f0d4c0be..743abfd2a 100644 --- a/app/javascript/flavours/glitch/styles/components/index.scss +++ b/app/javascript/flavours/glitch/styles/components/index.scss @@ -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 {