[css] Reduce secondary scrollbars size.
parent
1d963230e4
commit
a76de04a8b
|
|
@ -285,6 +285,10 @@ body.admin-interface .paginator a.showall:visited {
|
||||||
padding: 10px 15px;
|
padding: 10px 15px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.admin-interface #changelist-form .results {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
|
|
||||||
/* begin fix issue #13 - Datetime widget broken in long inlines */
|
/* begin fix issue #13 - Datetime widget broken in long inlines */
|
||||||
.admin-interface p.datetime {
|
.admin-interface p.datetime {
|
||||||
white-space:nowrap;
|
white-space:nowrap;
|
||||||
|
|
@ -331,6 +335,9 @@ body.admin-interface .paginator a.showall:visited {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
left: 0;
|
left: 0;
|
||||||
}
|
}
|
||||||
|
.admin-interface .inline-related.tabular fieldset.module table {
|
||||||
|
scrollbar-width: thin;
|
||||||
|
}
|
||||||
.admin-interface .inline-related.tabular fieldset.module table tbody tr {
|
.admin-interface .inline-related.tabular fieldset.module table tbody tr {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue