1
0
mirror of https://github.com/tabler/tabler.git synced 2026-07-14 09:34:19 +04:00
Files
tabler/.changeset/fix-white-space-scrollbar.md
T

255 B

@tabler/core
@tabler/core
patch

Fixed white space on left side when scrollbar is present by replacing margin-inline-start: calc(100vw - 100%) with scrollbar-gutter: stable on html element, with overflow-y: scroll fallback for unsupported browsers.