Преглед изворни кода

style: fix favicon going above top bar when scrolling

Jocelyn Boullier пре 4 година
родитељ
комит
a67138974c
1 измењених фајлова са 1 додато и 0 уклоњено
  1. 1 0
      extension/sidebar.css

+ 1 - 0
extension/sidebar.css

@@ -23,6 +23,7 @@ body,
   height: var(--top-menu-height);
   position: sticky;
   top: 0;
+  z-index: 10;
 }
 
 #top-menu ul {