PageLoader: Fix scrollbar appearing on page loader (#89627)

fix scrollbar appearing on page loader
This commit is contained in:
Ashley Harrison 2024-06-24 17:26:50 +01:00 committed by GitHub
parent e9ee65924b
commit 1e51557edc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -77,6 +77,7 @@ body {
background-color: $body-bg;
height: 100%;
width: 100%;
margin: 0;
position: absolute;
}