Hi All,
I’ve been working to solve an intermittent bug in safari where the component child of a repeating group does not correctly size in Safari. This seems to be related to the responsive engine.
See screenshot with error scrollbar in Safari below:
How it should look in Chrome:
The original configuration in bubble was to have a fixed number of columns and rows. See below:
The fix for Safari was to remove the fixed num of rows and replace with a min height per row:
See below:
Obviously this is very annoying, and a fix would be greatly appreciated.