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')) { -