Fix chrome scrolling issue

This commit is contained in:
schmelczerandras 2021-01-20 17:44:47 +01:00
parent 011c8944f0
commit 8a7d4541e5
2 changed files with 7 additions and 0 deletions

View file

@ -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;

View file

@ -23,6 +23,7 @@
.line-container {
position: relative;
z-index: 2;
@include q-dependent-line-container(33%);
.line {