Fix chrome scrolling issue
This commit is contained in:
parent
011c8944f0
commit
8a7d4541e5
2 changed files with 7 additions and 0 deletions
|
|
@ -1,6 +1,12 @@
|
|||
@use '../../style/mixins' as *;
|
||||
@use '../../style/dark-mode/dark-mode' as *;
|
||||
|
||||
#background {
|
||||
// chrome scrolling does not work on PC without these two
|
||||
z-index: 0;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.blob {
|
||||
position: absolute;
|
||||
left: 0;
|
||||
|
|
|
|||
|
|
@ -23,6 +23,7 @@
|
|||
|
||||
.line-container {
|
||||
position: relative;
|
||||
z-index: 2;
|
||||
@include q-dependent-line-container(33%);
|
||||
|
||||
.line {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue