blob: 12d7fac91dbc2628e5c47d1ba4a5571b440404a0 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
/**
* www.burgerking.es - Images are not appearing in the carousel
* Bug #1800127 - https://bugzilla.mozilla.org/show_bug.cgi?id=1800127
* WebCompat issue #111677 - https://webcompat.com/issues/111677
*
* The page is not adding -moz-available as a fallback for
* -webkit-fill-available, which we add here.
*/
.bk-feat-prod__img,
.bk-login__hr2,
.bk-hero-for-children__faldon__center {
width: -moz-available;
}
|