diff --git a/client/styles.css b/client/styles.css index 7c5559d..e643adb 100644 --- a/client/styles.css +++ b/client/styles.css @@ -20,6 +20,7 @@ body { flex-direction: column; width: 100%; overflow-x: hidden; + overscroll-behavior-y: none; } body { @@ -528,10 +529,10 @@ button::-moz-focus-inner { #about x-background { position: absolute; - top: calc(32px - 200px); - right: calc(32px - 200px); - width: 400px; - height: 400px; + top: calc(32px - 500px); + right: calc(32px - 500px); + width: 1000px; + height: 1000px; border-radius: 50%; background: var(--primary-color); transform: scale(0); @@ -746,4 +747,4 @@ x-dialog x-paper { body { overflow: hidden; } -} \ No newline at end of file +}