Files
Moku/src/components/layout/Layout.module.css
T
2026-02-20 23:34:10 -06:00

15 lines
260 B
CSS

.root {
display: flex;
height: 100%;
background: var(--bg-base);
overflow: hidden;
}
.main {
flex: 1;
overflow: hidden;
background: var(--bg-surface);
/* GPU layer for main content area */
transform: translateZ(0);
contain: layout style;
}