diff --git a/src/global.css b/src/global.css index 9336bdd..e1efe56 100644 --- a/src/global.css +++ b/src/global.css @@ -2,6 +2,7 @@ @import "@catppuccin/palette/css/catppuccin.css"; :root { + overscroll-behavior: none; font-synthesis: none; text-rendering: optimizeLegibility; -webkit-font-smoothing: antialiased; @@ -182,4 +183,4 @@ ol, ul, label { pointer-events: all; -} \ No newline at end of file +}