bug1946409-www.lush.com-fix-cookie-banner.css (652B)
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 * Bug 1946409 - www.lush.com - cookie banner is offscreen. 7 * WebCompat issue #147859 - https://github.com/webcompat/web-bugs/issues/147859 8 * 9 * We can use some basic CSS to position it as the site appears to intend. 10 */ 11 12 #portal-cookie-banner__wrapper { 13 height: 100vh; 14 } 15 16 #portal-cookie-banner__content { 17 position: absolute; 18 19 /* padding-bottom added to make sure address bar does not cover bottom button */ 20 padding-bottom: 40px; 21 }