File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 9797 min-height : 0 !important ;
9898}
9999
100- : root [style *= "readium-scroll-on" ]: not ([ style *= "readium-noOverflow-on" ]) body {
100+ : root [style *= "readium-scroll-on" ] body {
101101 max-width : var (--RS__defaultLineLength ) !important ;
102+ }
103+
104+ : root [style *= "readium-scroll-on" ]: not ([style *= "readium-noOverflow-on" ]) body {
102105 overflow : auto;
103106}
104107
Original file line number Diff line number Diff line change 9797 min-height : 0 !important ;
9898}
9999
100- : root [style *= "readium-scroll-on" ]: not ([ style *= "readium-noOverflow-on" ]) body {
100+ : root [style *= "readium-scroll-on" ] body {
101101 max-width : var (--RS__defaultLineLength ) !important ;
102+ }
103+
104+ : root [style *= "readium-scroll-on" ]: not ([style *= "readium-noOverflow-on" ]) body {
102105 overflow : auto;
103106}
104107
Original file line number Diff line number Diff line change 9797 min-height : 0 !important ;
9898}
9999
100- : root [style *= "readium-scroll-on" ]: not ([ style *= "readium-noOverflow-on" ]) body {
100+ : root [style *= "readium-scroll-on" ] body {
101101 max-width : var (--RS__defaultLineLength ) !important ;
102+ }
103+
104+ : root [style *= "readium-scroll-on" ]: not ([style *= "readium-noOverflow-on" ]) body {
102105 overflow : auto;
103106}
104107
Original file line number Diff line number Diff line change 2222}
2323
2424/* Make sure line-length is limited in all configs */
25+ : root : --scroll-view body {
26+ max-width : var (--RS__defaultLineLength ) !important ;
27+ }
28+
2529: root : --scroll-view : not (: --no-overflow ) body {
2630 overflow : auto;
27- max-width : var (--RS__defaultLineLength ) !important ;
2831}
2932
3033@supports (overflow : clip) {
You can’t perform that action at this time.
0 commit comments