mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 14:02:21 -04:00

* 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
14 lines
372 B
SCSS
14 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;
|
|
}
|