stable

Clone or download

Read-only

request #21758: Stop using smooth-scrollbar

Browsers can achieve something that is close enough with the current aspect with only CSS. The less dependencies we have, the better. Change-Id: I975b514271fe988104c38273cbbf8c637c7a3dc7

Modified Files

Name
M src/package-lock.json +4 −17 Go to diff View file
M src/package.json +0 −1 Go to diff View file
M src/scripts/BurningParrot/src/index.ts +0 −2 Go to diff View file
D src/scripts/BurningParrot/src/scrollbar.ts +0 −30 Go to diff View file
M src/scripts/FlamingParrot/sidebar.js +0 −2 Go to diff View file
M src/themes/BurningParrot/css/burning-parrot.scss +0 −1 Go to diff View file
M src/themes/BurningParrot/css/includes/_sidebar.scss +14 −0 Go to diff View file
D src/themes/BurningParrot/css/includes/_smooth-scrollbar-overrides.scss +0 −32 Go to diff View file
M src/themes/BurningParrot/templates/header.mustache +1 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_definitions.scss +0 −1 Go to diff View file
M src/themes/FlamingParrot/css/utils/_sidebar.scss +14 −0 Go to diff View file
D src/themes/FlamingParrot/css/utils/_smooth-scrollbar-overrides.scss +0 −32 Go to diff View file
M src/themes/FlamingParrot/templates/project-sidebar.mustache +1 −1 Go to diff View file