Unverified Commit da83f840 authored by Joel's avatar Joel Committed by GitHub

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

parent 4ff17af5
.app { .app {
height: calc(100vh - 56px); flex-grow: 1;
height: 0;
border-radius: 16px 16px 0px 0px; 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); box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.05), 0px 0px 2px -1px rgba(0, 0, 0, 0.03);
} }
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment