WAIT: White space below Builder interface

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.

Hi @AnLip,

hmm :thinking:, Iā€™m not seeing this white space below.

Can you try to deactivate all plugins, and check again? You might have some plugin installed, that interferes with builder styling because I see that the search bar is smaller than by default.

Can you check and let me know?

Thanks.
M