auto-save 2026-05-15 18:23 (~6)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user