Selaa lähdekoodia

fix: sometimes app main content not fill the window (#2208)

tags/0.5.1
Joel 1 vuosi sitten
vanhempi
commit
da83f8403e
No account linked to committer's email address

+ 2
- 1
web/app/(commonLayout)/app/(appDetailLayout)/[appId]/style.module.css Näytä tiedosto

@@ -1,5 +1,6 @@
.app {
height: calc(100vh - 56px);
flex-grow: 1;
height: 0;
border-radius: 16px 16px 0px 0px;
box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 2px -1px rgba(0, 0, 0, 0.03);
}

Loading…
Peruuta
Tallenna