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
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
/**
* www.kucharkaprodceru.cz - Scrolling up triggers pull-refresh
*
* The site uses older version of jquery.nicescroll.js which adds
* overflow-y: auto to the body element only in Firefox. Resetting
* makes the scrolling work as expected
*/
body {
overflow-y: auto !important;
}