Răsfoiți Sursa

enhance: remove spaces for sticky actions for all pages

Tienson Qin 3 ani în urmă
părinte
comite
4c879aa456
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  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;