Files
planka/client/src/components/Background/Background.module.scss

11 lines
153 B
SCSS
Raw Normal View History

:global(#app) {
.wrapper {
height: 100%;
2024-07-26 20:51:59 +02:00
max-height: 100vh;
max-width: 100vw;
position: fixed;
width: 100%;
z-index: -1;
}
}