forked from extern/egroupware
Restrict nm header height to ~6 lines, then scroll
This commit is contained in:
parent
966bde0b88
commit
1881c45d0d
@ -632,6 +632,10 @@ tr.draggedOver td {
|
||||
display: block;
|
||||
overflow: hidden;
|
||||
}
|
||||
.egwGridView_outer th div.innerContainer {
|
||||
max-height: 7em;
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.egwGridView_grid tr.fullRow {
|
||||
font-style: italic;
|
||||
|
Loading…
Reference in New Issue
Block a user