ソースを参照

Fix tabs bar scrolling along with content on mobile (#11418)

Eugen Rochko 4 年 前
コミット
4cc29eb5ad
1 ファイル変更3 行追加0 行削除
  1. 3 0
      app/javascript/styles/mastodon/components.scss

+ 3 - 0
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 {