Prevent edge swipe in reader
This commit is contained in:
@@ -3,5 +3,6 @@
|
|||||||
<style>
|
<style>
|
||||||
:global(body.reader) {
|
:global(body.reader) {
|
||||||
overflow: hidden !important;
|
overflow: hidden !important;
|
||||||
|
overscroll-behavior: contain;
|
||||||
}
|
}
|
||||||
</style>
|
</style>
|
||||||
|
|||||||
Reference in New Issue
Block a user