Add beter fix for scroll issue
This commit is contained in:
parent
ebd6c4d994
commit
f8eaf3ef8b
3 changed files with 3 additions and 7 deletions
|
|
@ -1,12 +1,6 @@
|
|||
@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;
|
||||
|
|
|
|||
|
|
@ -6,6 +6,9 @@ main {
|
|||
overflow-y: scroll;
|
||||
perspective: 5px;
|
||||
|
||||
// chrome scrolling does not work on PC without this
|
||||
background: rgba(0, 0, 0, 0.005);
|
||||
|
||||
@media (hover: hover) {
|
||||
&::-webkit-scrollbar-track,
|
||||
&::-webkit-scrollbar {
|
||||
|
|
|
|||
|
|
@ -23,7 +23,6 @@
|
|||
|
||||
.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