Procházet zdrojové kódy

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

maTh před 2 roky
rodič
revize
7f61a44201
2 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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;
 	width: 300px;
 	table-layout: fixed;
 	table-layout: fixed;
 	padding-bottom: env(safe-area-inset-bottom);
 	padding-bottom: env(safe-area-inset-bottom);
+	z-index: 50;
 }
 }
 
 
 #nav_entries .item {
 #nav_entries .item {

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

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