persona-community-5/.pnpm-store/v3/files/68/ee45bc89d0b82ec9b6b0da51e20c974d1f0e50bc505a32780ad8a061575c3174e1d98e9007c3f64d146840d2b11754e002c0f2968cc5cc3f5d38de39824990
rdev-worker a1d0d1bf1c
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
build: /implement-feature community-ui --requirements 'Build the React commu...
2026-02-24 08:22:30 +00:00

9 lines
375 B
Plaintext

export var zeroRightClassName = 'right-scroll-bar-position';
export var fullWidthClassName = 'width-before-scroll-bar';
export var noScrollbarsClassName = 'with-scroll-bars-hidden';
/**
* Name of a CSS variable containing the amount of "hidden" scrollbar
* ! might be undefined ! use will fallback!
*/
export var removedBarSizeVariable = '--removed-body-scroll-bar-size';