Files
Portfolio/src/app/components/dot-background/dot-background.scss

12 lines
162 B
SCSS

canvas {
position: fixed;
inset: 0;
z-index: -1;
background: var(--color-surface);
width: 100vw;
height: 100vh;
width: 100lvw;
height: 100lvh;
}