Reports Update

This commit is contained in:
2026-01-25 00:16:30 +00:00
parent 87df89fb32
commit d37d925150
11 changed files with 1153 additions and 254 deletions

View File

@@ -148,7 +148,8 @@
sans-serif;
background-color: #0c0c0c;
color: white;
overflow: hidden;
overflow-x: hidden;
overflow-y: auto;
min-height: 100vh;
}
@@ -159,8 +160,7 @@
}
.app-container {
height: 100vh;
overflow-y: auto;
min-height: 100vh;
padding: 10px;
padding-bottom: 70px;
box-sizing: border-box;
@@ -181,9 +181,7 @@
}
.desktop-nav {
position: absolute;
top: 0;
left: 0;
position: relative;
width: 100%;
height: auto;
overflow: visible;
@@ -193,7 +191,6 @@
justify-content: flex-start;
box-shadow: none;
z-index: 100;
pointer-events: none;
}
.nav-container {