conditionally hide scroll

This commit is contained in:
Jake McDermott 2018-05-02 01:02:56 -04:00
parent 359140f733
commit 83d5fef67c
No known key found for this signature in database
GPG Key ID: 3B02CAD476EECB35

View File

@ -303,7 +303,7 @@
grid-template-rows: minmax(500px, ~"calc(100vh - 140px)");
.at-Panel {
overflow-y: scroll;
overflow-y: auto;
}
}