Remove overflow on navbar, it's breaking menu dropdown

This commit is contained in:
Booteille 2024-12-07 15:36:23 +01:00
parent 7c8f7cfe53
commit e09ef8b794
No known key found for this signature in database
GPG Key ID: 0FE17AFD5A1F837F
2 changed files with 1 additions and 5 deletions

View File

@ -73,10 +73,6 @@ a:not(#main-menu a) a:hover {
color: var(--bulma-link-text); color: var(--bulma-link-text);
} }
.navbar {
overflow-x: auto;
}
#main-menu div.navbar-item:hover:has(form) { #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-l-delta: var(--bulma-navbar-item-hover-background-l-delta);
--bulma-navbar-item-background-a: 1; --bulma-navbar-item-background-a: 1;

View File

@ -287,7 +287,7 @@
</div> </div>
% if (!defined stash('invitation')) { % if (!defined stash('invitation')) {
<footer class="card-footer is-align-items-center "> <footer class="card-footer is-align-items-center">
<a href="#" class="card-footer-item action-copy"> <a href="#" class="card-footer-item action-copy">
<span class="icon-text is-justify-content-center"> <span class="icon-text is-justify-content-center">
<span class="icon fas fa-copy" aria-hidden="true"></span> <span class="icon fas fa-copy" aria-hidden="true"></span>