Fixed inlines vertical overlow.
parent
f76a41ff14
commit
bb73fafeff
|
|
@ -313,6 +313,7 @@ body.admin-interface .paginator a.showall:visited {
|
|||
/* begin fix tabular inlines horizontal scroll */
|
||||
.admin-interface .inline-related.tabular {
|
||||
overflow-x: scroll;
|
||||
overflow-y: hidden;
|
||||
}
|
||||
.admin-interface .inline-related.tabular fieldset.module {
|
||||
display: contents;
|
||||
|
|
|
|||
Loading…
Reference in New Issue