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

9 lines
108 B
SCSS
Raw Normal View History

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