trisquel-icecat/icecat/browser/extensions/webcompat/injections/css/bug1934567-www.port8.fi-scrolling-fix.css
2025-10-06 02:35:48 -06:00

15 lines
504 B
CSS

/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* www.port8.fi - The site sets IceCat-specific CSS which
* breaks scrolling on mobile. This intervention undoes it.
*/
@media (max-width: 959px) {
html.icecat .row div[class*="col-lg-"].pos-bottom,
html.icecat .row div[class*="col-lg-"].pos-middle {
height: unset !important;
}
}