Merge pull request #414 from alibaba/fix/panel-history-max-height-responsive
fix(ui): make panel history max-height responsive to viewport
This commit is contained in:
@@ -291,7 +291,7 @@
|
||||
transition: max-height 0.2s;
|
||||
|
||||
.expanded & {
|
||||
max-height: 400px;
|
||||
max-height: min(500px, calc(100vh - 200px - var(--height)));
|
||||
}
|
||||
|
||||
.historyItem {
|
||||
|
||||
Reference in New Issue
Block a user