Bläddra i källkod

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

maTh 2 år sedan
förälder
incheckning
7f61a44201
2 ändrade filer med 2 tillägg och 0 borttagningar
  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 {