mirror of
https://github.com/ThaUnknown/miru.git
synced 2026-04-20 14:52:17 +00:00
disable swipe from top refresh on mobile
This commit is contained in:
parent
ea850b3f29
commit
0ef860d015
1 changed files with 3 additions and 0 deletions
|
|
@ -1,3 +1,6 @@
|
|||
body {
|
||||
overscroll-behavior: none
|
||||
}
|
||||
.badge-color {
|
||||
background-color: var(--color) !important;
|
||||
border-color: var(--color) !important;
|
||||
|
|
|
|||
Loading…
Reference in a new issue