mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2025-05-14 05:52:43 +00:00
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:
parent
2c8d302eb1
commit
04ae0f2f3f
2 changed files with 1 additions and 63 deletions
|
@ -3,3 +3,4 @@
|
|||
@headerFont: var(--fonts-regular);
|
||||
@pageFont: var(--fonts-regular);
|
||||
@bold: 500;
|
||||
@useCustomScrollbars: false;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue