mirror of
https://github.com/plankanban/planka.git
synced 2025-12-20 09:15:39 +03:00
9 lines
108 B
SCSS
9 lines
108 B
SCSS
|
|
:global(#app) {
|
||
|
|
.wrapper {
|
||
|
|
height: 100%;
|
||
|
|
position: fixed;
|
||
|
|
width: 100%;
|
||
|
|
z-index: -1;
|
||
|
|
}
|
||
|
|
}
|