From 7f61a4420135598130b58ceafe4bd9e8f6c808cd Mon Sep 17 00:00:00 2001 From: maTh <1645099+math-GH@users.noreply.github.com> Date: Thu, 23 May 2024 23:13:55 +0200 Subject: fixed: hover over title while having the navigation buttons in mobile view (#6486) --- p/themes/base-theme/frss.css | 1 + 1 file changed, 1 insertion(+) (limited to 'p/themes/base-theme/frss.css') diff --git a/p/themes/base-theme/frss.css b/p/themes/base-theme/frss.css index c36f6e82d..131d0ddc7 100644 --- a/p/themes/base-theme/frss.css +++ b/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 { -- cgit v1.2.3