web: disable overscroll behavior

This commit is contained in:
Abdullah Atta
2023-08-02 19:50:05 +05:00
parent 3d0eaacaac
commit 700f47fd49

View File

@@ -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;