codeit
codeit copied to clipboard
Fix all overlay scrollbars
Chrome recently removed the CSS property overflow: overlay, which is used in some components in Codeit: the Filebrowser, Branch menu, and Autocomplete. The removal of this property caused layout shifting to occur in these components. Fix these components to work without the property.