Przeglądaj źródła

fixed: hover over title while having the navigation buttons in mobile view (#6486)

maTh 1 rok temu
rodzic
commit
7f61a44201
2 zmienionych plików z 2 dodań i 0 usunięć
  1. 1 0
      p/themes/base-theme/frss.css
  2. 1 0
      p/themes/base-theme/frss.rtl.css

+ 1 - 0
p/themes/base-theme/frss.css

@@ -1667,6 +1667,7 @@ a.website:hover .favicon {
 	width: 300px;
 	table-layout: fixed;
 	padding-bottom: env(safe-area-inset-bottom);
+	z-index: 50;
 }
 
 #nav_entries .item {

+ 1 - 0
p/themes/base-theme/frss.rtl.css

@@ -1667,6 +1667,7 @@ a.website:hover .favicon {
 	width: 300px;
 	table-layout: fixed;
 	padding-bottom: env(safe-area-inset-bottom);
+	z-index: 50;
 }
 
 #nav_entries .item {