Browser: Chrome latest
OS: macOS latest
Bricks: v1-10-1
There is a white space that appeared below all builder interface, and does not seem to correspond to anything.
After inspecting, deactivating a CSS rule (found in CSS file ābuilder.min.css?ver=1724166883ā which seems to indicate it belongs to the builderās code) for overflow removes that space :
body {
overflow: auto;
}
Probably just a minor bug.