auto-save 2026-05-15 20:09 (~3)

This commit is contained in:
2026-05-15 20:09:14 +08:00
parent cf159bea3a
commit 053cb0b1ce
3 changed files with 49 additions and 15 deletions

View File

@@ -868,10 +868,22 @@
positions for camera state. Visual text/chrome is made transparent so
the parent login UI owns all visible text and controls. */
html, body {
height: 100%;
min-height: 100%;
overflow: hidden;
}
#scroll-container {
position: fixed !important;
inset: 0 !important;
height: 100vh !important;
min-height: 100vh !important;
overflow: hidden !important;
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
}
#scroll-container,
.nav-float,
.nav-mobile-overlay,
.site-footer {
@@ -880,6 +892,16 @@
pointer-events: none !important;
}
.site-footer {
position: fixed !important;
top: 100vh !important;
left: 0 !important;
right: 0 !important;
height: 0 !important;
min-height: 0 !important;
overflow: hidden !important;
}
.settings-gear,
.settings-panel,
.progress-bar {