summaryrefslogtreecommitdiffstats
path: root/browser/extensions/webcompat/injections/css/bug1800143-www.nintendo.co.jp-zoomed-in-image-scrolling-fix.css
blob: f5f0bcf3b76d310a2e8ab7e650edb9d3b75e9100 (plain)
1
2
3
4
5
6
7
8
9
10
11
/**
 * www.nintendo.co.jp - Scrolling is interrupted on zoomed-in images
 * Bug #1800143 - https://bugzilla.mozilla.org/show_bug.cgi?id=1800143
 * WebCompat issue #108190 - https://webcompat.com/issues/108190
 *
 * The page is not adding a fallback for -webkit-user-drag: none,
 * so we add pointer-events:none.
 */
.local-catalog__zoomImageContent img {
  pointer-events: none;
}