bug1969245-www.wills-vegan-store.com-unhide-product-images.css (591B)
1 /* This Source Code Form is subject to the terms of the Mozilla Public 2 * License, v. 2.0. If a copy of the MPL was not distributed with this 3 * file, You can obtain one at http://mozilla.org/MPL/2.0/. */ 4 5 /** 6 * www.wills-vegan-store.com - product images are invisible 7 * Bug #1969245 - https://bugzilla.mozilla.org/show_bug.cgi?id=1969245 8 * WebCompat issue #155252 - https://webcompat.com/issues/155252 9 * 10 * They are using the non-standard -webkit-fill-available, but we can use the 11 * similar -moz-available to work around the issue. 12 */ 13 .media-wrapper { 14 min-width: -moz-available; 15 }