From e09ef8b794322146fcc061daad4893affefe33c1 Mon Sep 17 00:00:00 2001 From: Booteille Date: Sat, 7 Dec 2024 15:36:23 +0100 Subject: [PATCH] Remove overflow on navbar, it's breaking menu dropdown --- themes/default/public/css/custom.css | 4 ---- themes/default/templates/index.html.ep | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/themes/default/public/css/custom.css b/themes/default/public/css/custom.css index d62b0f6..06f9434 100644 --- a/themes/default/public/css/custom.css +++ b/themes/default/public/css/custom.css @@ -73,10 +73,6 @@ a:not(#main-menu a) a:hover { color: var(--bulma-link-text); } -.navbar { - overflow-x: auto; -} - #main-menu div.navbar-item:hover:has(form) { --bulma-navbar-item-background-l-delta: var(--bulma-navbar-item-hover-background-l-delta); --bulma-navbar-item-background-a: 1; diff --git a/themes/default/templates/index.html.ep b/themes/default/templates/index.html.ep index 5f56109..9c9169d 100644 --- a/themes/default/templates/index.html.ep +++ b/themes/default/templates/index.html.ep @@ -287,7 +287,7 @@ % if (!defined stash('invitation')) { -