Set the background color for app-root to resolve an issue where the login page would have background bleed

This commit is contained in:
Hinton 2021-01-16 21:51:33 +01:00
parent 0511905ab4
commit 86893b97b5
1 changed files with 3 additions and 0 deletions

View File

@ -342,6 +342,9 @@ app-root {
width: 100%;
height: 100%;
z-index: 980;
@include themify($themes) {
background-color: themed('backgroundColor');
}
}
content {