opencode icon indicating copy to clipboard operation
opencode copied to clipboard

Fix: Add 'stable' css styling to scrollbar-gutter to fix layout shifts when opening modals

Open ShpetimA opened this issue 5 months ago • 0 comments

https://github.com/sst/opencode/issues/5848

To fix this I added scrollbar-gutter: "stable" styling to avoid layout shifting when opening modals like cmd+k or other things that cause the scrollbar to disappear. https://developer.mozilla.org/en-US/docs/Web/CSS/scrollbar-gutter

Without srollbar-gutter layout shifts:

https://github.com/user-attachments/assets/e07242c6-7002-4a2d-b73d-f671bfabc4be

With scrollbar-gutter: "stable" no layout shift:

https://github.com/user-attachments/assets/afbf62ce-906d-4bcb-8f80-4ad85fa32f9d

ShpetimA avatar Aug 09 '25 11:08 ShpetimA