fix: scrollability bug

This commit is contained in:
EDRipper 2025-12-15 00:12:16 -05:00
parent f06b3c759e
commit 267601fffc
2 changed files with 2 additions and 2 deletions

View file

@ -44,7 +44,7 @@
</div>
<style>
:global(body) {
:global(html, body) {
overflow: auto;
}

View file

@ -21,7 +21,7 @@
</AuthGuard>
<style>
:global(body) {
:global(html, body) {
overflow: auto;
}