mirror of
https://github.com/bitwarden/browser
synced 2025-01-04 14:22:50 +01: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:
parent
0511905ab4
commit
86893b97b5
@ -342,6 +342,9 @@ app-root {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 980;
|
||||
@include themify($themes) {
|
||||
background-color: themed('backgroundColor');
|
||||
}
|
||||
}
|
||||
|
||||
content {
|
||||
|
Loading…
Reference in New Issue
Block a user