Remove overflow on navbar, it's breaking menu dropdown
This commit is contained in:
parent
7c8f7cfe53
commit
e09ef8b794
|
@ -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;
|
||||||
|
|
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue