MediaWiki:Common.css: Difference between revisions
mNo edit summary |
mNo edit summary |
||
| Line 136: | Line 136: | ||
user-select: none; | user-select: none; | ||
} | } | ||
.l1-compare-wrap { | .l1-compare-wrap { | ||
display: block; | display: block; | ||
overflow-x: auto | overflow-x: scroll; /* force scrollbar, not auto */ | ||
max-width: 100%; | max-width: 100%; | ||
width: 100%; | |||
-webkit-overflow-scrolling: touch; | -webkit-overflow-scrolling: touch; | ||
background: #fff; | background: #fff; | ||
} | } | ||
table.l1-compare { | table.l1-compare { | ||