svelte-headlessui icon indicating copy to clipboard operation
svelte-headlessui copied to clipboard

Switch the padding approach for adding back scrollbar width with a `scrollbar-gutter`

Open GavHern opened this issue 2 years ago • 0 comments

This library adds some padding to the root to account for missing scrollbars on devices which have scrollbar width which is nice for preventing layout shift, but I have found it causes some issues for absolute/fixed position elements which sometimes still jump around and ignore the padding. Here's a link to scrollbar-gutter on MDN

GavHern avatar Sep 30 '22 01:09 GavHern