ソースを参照

enhance: remove spaces for sticky actions for all pages

Tienson Qin 3 年 前
コミット
4c879aa456
1 ファイル変更1 行追加1 行削除
  1. 1 1
      src/main/frontend/components/page.css

+ 1 - 1
src/main/frontend/components/page.css

@@ -101,7 +101,7 @@
     position: sticky;
     background-color: var(--ls-primary-background-color);
     white-space: nowrap;
-    top: -1px;
+    top: -18px;
     padding-bottom: 10px;
     z-index: 1;