should be good now

This commit is contained in:
2026-07-03 08:49:48 +02:00
parent baf277210d
commit 302d73854f
2 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -13,7 +13,7 @@
</head>
<body>
<div id="toast-container"></div>
<div id="wrapper" class="setup-wrapper admin-wrapper panel-full">
<div id="wrapper" class="panel-full">
<div class="m-0 no-bg">
<h2>Dashboard</h2>
+5 -5
View File
@@ -101,15 +101,15 @@ li.active {
height: 100%;
z-index: 1000; /* Ensure it's above other content */
transition: margin-left 0.3s ease; /* Smooth transition */
}
}
.admin-wrapper {
.admin-wrapper {
transition: margin-left 0.3s ease, width 0.3s ease;
}
}
.admin-wrapper > .panel-full > .panel-full {
.admin-wrapper > .panel-full > .panel-full {
min-height: 100vh;
}
}
#map {
height:400px;