mirror of
https://github.com/tabler/tabler.git
synced 2025-12-21 17:34:25 +04:00
6 lines
255 B
Markdown
6 lines
255 B
Markdown
---
|
|
"@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.
|