WAIT: Visible scroll bars in Bricks builder using Safari

Browser: Safari 16.6
OS: macOS
URL: n/a
Video:

This happened after a recent Bricks update, but I’m not sure which one. When inside Bricks Builder there are now white scroll bars on the right side of the canvas and the structure panel. When I check the dev inspector I see this but the scrollbar-width is crossed out because Safari doesn’t recognize it:

.brx-body {
scrollbar-width: none;
}

Right below it I see this, which I assume is supposed to fix the problem on Safari, but it does not:

.brx-body::-webkit-scrollbar {
background: transparent;
height: 0;
width:0
}

Hi Brian,
Thanks so much for your report!

Unfortunately, I cannot reproduce the issue on macOS 15.0 and Safari 18.0 (20619.1.26.31.6).

Does the problem always occur, or only with certain layouts? Can you give us more details about this and possibly provide screenshots or a screencast?

Best regards,
timmse