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