diff --git a/wwwroot/styles.css b/wwwroot/styles.css index fbb24e2..7d2d295 100644 --- a/wwwroot/styles.css +++ b/wwwroot/styles.css @@ -32,7 +32,8 @@ html { min-height: 100vh; background-color: transparent; position: relative; - overflow: hidden; + overflow-x: hidden; + overflow-y: auto; isolation: isolate; } .page::before {