diff --git a/src/style.css b/src/style.css index 54e2e47..1523e67 100644 --- a/src/style.css +++ b/src/style.css @@ -30,7 +30,7 @@ } .dt-scrollable { - height: 40vw; + height: calc(100vh - 450px); overflow: auto; border-top: 2px solid var(--dt-border-color);