Explorar o código

style: fix favicon going above top bar when scrolling

Jocelyn Boullier %!s(int64=4) %!d(string=hai) anos
pai
achega
a67138974c
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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 {