persona-community-5/.pnpm-store/v3/files/3a/ad607488357e6e9687670f01a572a0b656abb30fb239c4b4a96057a504b26d1f569315dd9abc2ccac12cb104a5961f0c56abd2bf3bcadaf054d79d18e566b2
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
383 B
Plaintext

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