c1176a2e6c
* Fix custom scrollbar not showing * Move body selector out of scrollbar mixin * Apply custom scrollbar to child elements too * Remove some duplicate definitions * Run prettier
15 lines
372 B
SCSS
15 lines
372 B
SCSS
/* Copyright: Ankitects Pty Ltd and contributors
|
|
* License: GNU AGPL, version 3 or later; http://www.gnu.org/licenses/agpl.html */
|
|
|
|
@import "sass/base";
|
|
|
|
$btn-disabled-opacity: 0.4;
|
|
@import "sass/bootstrap/scss/buttons";
|
|
@import "sass/bootstrap/scss/button-group";
|
|
@import "sass/bootstrap/scss/dropdown";
|
|
@import "sass/bootstrap-tooltip";
|
|
|
|
html {
|
|
overflow: hidden;
|
|
}
|