WebUI: remove outdated CSS property

WebUI already has the standard counterparts.
This commit is contained in:
Chocobo1
2024-08-09 23:49:57 +08:00
parent 9df3ee0de8
commit 3e18b1d30c
3 changed files with 0 additions and 9 deletions

View File

@@ -678,15 +678,11 @@ td.statusBarSeparator {
}
#searchResultsTableContainer {
-moz-height: calc(100% - 177px);
-webkit-height: calc(100% - 177px);
height: calc(100% - 177px);
overflow: auto;
}
#searchResultsTableDiv {
-moz-height: calc(100% - 26px) !important;
-webkit-height: calc(100% - 26px) !important;
height: calc(100% - 26px) !important;
}