Force header-panel height to min 25px

-This css fix helps prevent issues with top panels causing unnecessary vertical scrollbar and datatable glitches when using the non-sticky footer feature in some browsers
This commit is contained in:
joeuhren
2021-03-30 20:24:17 -06:00
parent 5262923fb0
commit ae39063252
+7 -3
View File
@@ -604,9 +604,13 @@ tr {
margin-left: 10px;
}
.header-panel span:not(.decimal) {
margin: 0 5px 0 5px;
top: 0;
.header-panel {
min-height: 25px;
span:not(.decimal) {
margin: 0 5px 0 5px;
top: 0;
}
}
.badge {