mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 14:23:32 +00: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:
@@ -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 {
|
||||||
|
|||||||
Reference in New Issue
Block a user