/*
 * User Stylesheet for Firefox
 * From: http://projectcerbera.com/web/articles/firefox-scrollbar
 */

/* Visible vertical scrollbar which disables correctly and allows normal horizontal scrollbar behaviour. */
:root {
 overflow-y: scroll !important;
}
