[ui] only show scrollbar when necessary in Inspect

feat/vaults
Tomáš Mládek 2022-02-17 17:34:45 +01:00
parent 89f2ca8437
commit 5fbba9b12c
1 changed files with 1 additions and 1 deletions

View File

@ -298,7 +298,7 @@
@media screen and (max-height: 1080px) {
.main-content {
overflow-y: scroll;
overflow-y: auto;
// min-height: 0;
}