Disable Fomantic's custom scrollbars (#14109)

We already have custom scrollbars in our own CSS which are superior to
Fomantic's so diable them to save a few bytes and prevent interference.
This commit is contained in:
silverwind 2020-12-24 23:34:49 +01:00 committed by GitHub
parent 2c8d302eb1
commit 04ae0f2f3f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 63 deletions

View file

@ -3,3 +3,4 @@
@headerFont: var(--fonts-regular);
@pageFont: var(--fonts-regular);
@bold: 500;
@useCustomScrollbars: false;