Source code
Revision control
Copy as Markdown
Other Tools
/* 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
/**
* lefties.com - Scrolling down the page is jittery and jumps around
*
* Bug #1781297 causes scrolling to jump around on this page, but removing
* floating from one of their elements avoids it (and doesn't seem to affect
* their layout).
*/
html.category-page #grid-filter-container {
float: none;
}