100vh body height, fix filter editor horizontal overflow

This commit is contained in:
Michael Shamoon
2022-04-05 13:13:43 -07:00
parent 32f6932faf
commit 3e49f93816
4 changed files with 11 additions and 3 deletions

View File

@@ -15,6 +15,10 @@
--ngx-focus-alpha: 0.3;
}
body {
height: 100vh;
}
svg.logo {
.leaf {
fill: var(--bs-primary) !important;