unisonweb/ui-core

Double scrollbars even when content isn't clipped

hojberg opened this issue · 2 comments

There's something going on with rendering simple pieces of code that results in an extra scrollbar on the right

CleanShot 2022-09-08 at 10 20 44@2x

This seems to be able to be fixed by changing overflow-x: hidden to overflow-x: clip on the workspace-item—this might not be a good solution though? Like there seems to be another underlying issue here.

Also this only happens if the definition open has no docs.

Fixed with the clip solution for now.