mirror of
https://github.com/plankanban/planka.git
synced 2025-07-18 12:49:43 +02:00
10 lines
153 B
SCSS
10 lines
153 B
SCSS
:global(#app) {
|
|
.wrapper {
|
|
height: 100%;
|
|
position: fixed;
|
|
width: 100%;
|
|
z-index: -1;
|
|
max-width: 100vw;
|
|
max-height: 100vh;
|
|
}
|
|
}
|