1
0
mirror of https://github.com/bitwarden/browser.git synced 2024-09-13 01:58:44 +02:00

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

View File

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