mirror of
https://github.com/streetwriters/notesnook.git
synced 2026-02-24 04:00:59 +01:00
web: disable overscroll behavior
This commit is contained in:
@@ -56,6 +56,10 @@
|
||||
</script>
|
||||
<script type="module" src="/src/index.tsx"></script>
|
||||
<style>
|
||||
html {
|
||||
overscroll-behavior: none;
|
||||
}
|
||||
|
||||
html[data-theme="dark"] {
|
||||
--bg: #0f0f0f;
|
||||
--fg: #fff;
|
||||
|
||||
Reference in New Issue
Block a user