Refactor
This commit is contained in:
parent
41d4665e49
commit
969ccac690
24 changed files with 236 additions and 287 deletions
|
|
@ -2,10 +2,10 @@
|
|||
@import "../../style/mixins";
|
||||
|
||||
#background-container {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
left: 0;
|
||||
top: 0;
|
||||
height: 100%;
|
||||
height: 100vh;
|
||||
width: 100%;
|
||||
|
||||
z-index: -1;
|
||||
|
|
@ -42,7 +42,3 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
#edge-hack {
|
||||
position: fixed;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue