mirror of
https://github.com/plankanban/planka.git
synced 2025-12-21 09:15:51 +03:00
Background gradients, migrate from CSS to SCSS, remove !important
This commit is contained in:
8
client/src/components/Background/Background.module.scss
Normal file
8
client/src/components/Background/Background.module.scss
Normal file
@@ -0,0 +1,8 @@
|
||||
:global(#app) {
|
||||
.wrapper {
|
||||
height: 100%;
|
||||
position: fixed;
|
||||
width: 100%;
|
||||
z-index: -1;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user