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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user