From: Eugen Rochko Date: Sat, 27 Jul 2019 17:25:15 +0000 (+0200) Subject: Fix tabs bar scrolling along with content on mobile (#11418) X-Git-Url: https://git.xn--scling-oua.cat.family/?a=commitdiff_plain;h=4cc29eb5ad106c267ff16c9f49f145bc34d1aae0;p=mastodon.git Fix tabs bar scrolling along with content on mobile (#11418) --- diff --git a/app/javascript/styles/mastodon/components.scss b/app/javascript/styles/mastodon/components.scss index 8ed27371e..dd6306fb2 100644 --- a/app/javascript/styles/mastodon/components.scss +++ b/app/javascript/styles/mastodon/components.scss @@ -1936,6 +1936,9 @@ a.account__display-name { background: lighten($ui-base-color, 8%); flex: 0 0 auto; overflow-y: auto; + position: sticky; + top: 0; + z-index: 3; } .tabs-bar__link {