Fix position for menu

This commit is contained in:
Michel ten Voorde
2025-08-26 15:54:52 +02:00
parent 27e90ceb17
commit 8082a72d4d

View File

@@ -2,3 +2,6 @@
html, body { height: 100%; }
body { margin: 0; font-family: Roboto, "Helvetica Neue", sans-serif; }
.cdk-overlay-container {
z-index: 2000 !important;
}