Files
planka/client/src/components/Background/Background.module.scss
Maksim Eltyshev 198518a51a ref: Refactoring
2024-07-26 20:51:59 +02:00

11 lines
153 B
SCSS

:global(#app) {
.wrapper {
height: 100%;
max-height: 100vh;
max-width: 100vw;
position: fixed;
width: 100%;
z-index: -1;
}
}