auto-save 2026-05-15 18:23 (~6)

This commit is contained in:
2026-05-15 18:23:40 +08:00
parent a851ce1c59
commit 981ac40d86
6 changed files with 33 additions and 18 deletions

View File

@@ -864,21 +864,27 @@
.delay-4 { transition-delay: 0.55s !important; }
/* Embedded in SKG Marketing Studio login.
Keep the original WebGPU scene source running, hide this demo site's
page chrome/content so the parent login UI owns all text and controls. */
Keep the original DOM alive because the WebGPU source reads section
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%;
overflow: hidden !important;
min-height: 100%;
}
#scroll-container,
.nav-float,
.nav-mobile-overlay,
.site-footer {
opacity: 0 !important;
visibility: hidden !important;
pointer-events: none !important;
}
.settings-gear,
.settings-panel,
.progress-bar,
.site-footer {
display: none !important;
.progress-bar {
opacity: 0 !important;
pointer-events: none !important;
}
canvas {