Solved more CSS bugs

This commit is contained in:
Kevin Veen-Birkenbach 2025-07-05 21:07:31 +02:00
parent 2632c21de3
commit 97378422bd
No known key found for this signature in database
GPG Key ID: 44D8F11FD62F878E
2 changed files with 5 additions and 2 deletions

View File

@ -128,7 +128,10 @@ body::before {
content: "";
position: fixed;
inset: 0;
background: rgba(255, 255, 255, 0.75);
pointer-events: none;
z-index: -1;
}
iframe{
margin-bottom: 10px;
}

View File

@ -48,7 +48,7 @@
{% endmacro %}
<!-- Navigation Bar -->
<nav class="navbar navbar-expand-lg navbar-light bg-light menu-{{menu_type}}">
<nav class="navbar navbar-expand-lg navbar-light bg-light menu-{{menu_type}} mb-0">
<button class="navbar-toggler" type="button" data-bs-toggle="collapse" data-bs-target="#navbarNav{{menu_type}}" aria-controls="navbarNav{{menu_type}}" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>