mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-12-22 14:41:29 +01:00
Etemplate - fix diff widget line numbers not scrolling properly in Firefox
This commit is contained in:
parent
a594f9ccee
commit
458d35afe1
@ -616,6 +616,9 @@ div.et2_diff {
|
|||||||
.et2_diff .d2h-file-diff {
|
.et2_diff .d2h-file-diff {
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
}
|
}
|
||||||
|
.et2_diff .d2h-code-wrapper {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
.ui-widget-content .d2h-code-line-ctn {
|
.ui-widget-content .d2h-code-line-ctn {
|
||||||
white-space:normal;
|
white-space:normal;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user