mirror of
https://github.com/zed-industries/zed.git
synced 2026-06-17 07:55:42 +00:00
Update `SplitBufferHeadersElement::paint` in order to paint both left and right editor's horizontal scrollbars after the buffer headers have been painted. The `ContentMask` applied to the buffer header has also been updated to not actually mask if the horizontal scrollbar is above it, this ensures we get a see-through effect on the horizontal scrollbar, just like we have on the vertical one.