mirror of
http://112.124.100.131/huang.ze/ebiz-dify-ai.git
synced 2025-12-10 19:36:53 +08:00
fix: sometimes app main content not fill the window (#2208)
This commit is contained in:
@@ -1,5 +1,6 @@
|
|||||||
.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);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user