mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
committed by
jaasen-livefront
parent
538b045ea3
commit
1177b64bb7
@@ -151,6 +151,7 @@ textarea {
|
|||||||
|
|
||||||
app-root > div {
|
app-root > div {
|
||||||
height: 100%;
|
height: 100%;
|
||||||
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
main::-webkit-scrollbar,
|
main::-webkit-scrollbar,
|
||||||
@@ -373,7 +374,8 @@ header:not(bit-callout header, bit-dialog header, popup-page header) {
|
|||||||
|
|
||||||
app-root {
|
app-root {
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100vh;
|
||||||
|
display: flex;
|
||||||
|
|
||||||
@include themify($themes) {
|
@include themify($themes) {
|
||||||
background-color: themed("backgroundColor");
|
background-color: themed("backgroundColor");
|
||||||
|
|||||||
Reference in New Issue
Block a user