mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-06-20 18:08:02 +02:00
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;
|
display: block;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
}
|
||||||
|
.egwGridView_outer th div.innerContainer {
|
||||||
|
max-height: 7em;
|
||||||
|
overflow-y: auto;
|
||||||
|
}
|
||||||
|
|
||||||
.egwGridView_grid tr.fullRow {
|
.egwGridView_grid tr.fullRow {
|
||||||
font-style: italic;
|
font-style: italic;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user