fix(webui): fix sizing / overflows on <=1080 screens?

feat/selector-improvements
Tomáš Mládek 2023-11-11 14:21:30 +01:00
parent 3b957093b7
commit df25f9180d
1 changed files with 0 additions and 13 deletions

View File

@ -519,19 +519,6 @@
overflow-y: auto;
}
@media screen and (max-height: 1080px) {
.main-content {
overflow-y: auto;
// min-height: 0;
}
.properties {
height: unset;
min-height: unset;
overflow-y: unset;
}
}
@media screen and (min-width: 1600px) {
.inspect.detail {
.main-content {