fix css on app-root (#16588)

pull/16601/head
Jordan Aasen 8 months ago committed by GitHub
parent 6c786ba247
commit 24f07dc1e1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -151,6 +151,7 @@ textarea {
app-root > div {
height: 100%;
width: 100%;
}
main::-webkit-scrollbar,
@ -373,7 +374,8 @@ header:not(bit-callout header, bit-dialog header, popup-page header) {
app-root {
width: 100%;
height: 100%;
height: 100vh;
display: flex;
@include themify($themes) {
background-color: themed("backgroundColor");

Loading…
Cancel
Save