From 541813d04ceeb9b9bf642e883bc7a8186ddebe4f Mon Sep 17 00:00:00 2001 From: x1y <23239177+x1y@users.noreply.github.com> Date: Sat, 30 Mar 2024 22:36:24 +0100 Subject: [PATCH] Fixed hover --- themes/pinetheme/assets/css/style.css | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/themes/pinetheme/assets/css/style.css b/themes/pinetheme/assets/css/style.css index f8665be1..2490afe3 100644 --- a/themes/pinetheme/assets/css/style.css +++ b/themes/pinetheme/assets/css/style.css @@ -454,6 +454,8 @@ h2 { border: 1px solid #ddd; border-bottom-right-radius: 10px; box-shadow: rgba(33, 35, 38, 0.1) 0px 10px 10px -10px; + overflow: visible; + flex-direction: column; } .dropdown-item:hover { color: #0069B5; @@ -468,8 +470,9 @@ h2 { } .dropdown-toggle:checked ~ .dropdown-items, .dropdown-toggle:hover ~ .dropdown-items { display: flex; - flex-direction: column; - overflow: visible; +} +.dropdown-items:hover { + display: flex; } @media screen and (max-width: 1000px){