[frontend] Improve overscroll behavior
This commit is contained in:
parent
a374c5e8c2
commit
9e43594019
2 changed files with 4 additions and 2 deletions
|
@ -4,6 +4,7 @@
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
|
|
||||||
.wrapper {
|
.wrapper {
|
||||||
|
|
|
@ -20,8 +20,9 @@
|
||||||
--accent-color: linear-gradient(to right, #9A92FF, #8372F5);
|
--accent-color: linear-gradient(to right, #9A92FF, #8372F5);
|
||||||
--notice-color: #92c1ff;
|
--notice-color: #92c1ff;
|
||||||
--font-color: #e7edff;
|
--font-color: #e7edff;
|
||||||
--link: #9E9EFF
|
--link: #9E9EFF;
|
||||||
|
|
||||||
|
overscroll-behavior: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue