diff --git a/client/styles.css b/client/styles.css index 0a9aca9..f3c9d11 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 { @@ -529,10 +530,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 - 250px); + right: calc(32px - 250px); + width: 500px; + height: 500px; border-radius: 50%; background: var(--primary-color); transform: scale(0); @@ -669,12 +670,12 @@ screen and (min-width: 1100px) { } } -/* +/* iOS specific styles */ @supports (-webkit-overflow-scrolling: touch) { - + html { position: fixed; } @@ -744,7 +745,7 @@ x-dialog x-paper { } -/* +/* Edge specific styles */ @supports (-ms-ime-align: auto) { @@ -754,4 +755,3 @@ x-dialog x-paper { overflow: hidden; } } -