Apply a Condition Based on User OS?

My app has scrollbars that on Windows, disappear when viewing a Floating Goup, shifting the page across.

So I applied a condition that adjusts the page the same width as the scrollbar.

Turns out, this doesn’t work on Mac, seeing as it applies scrollbars to the page, rather than alongside.

Is there a way to detect the users OS in a condition so I can fix this weird quirk?

you can add custom css to hide the scroll bars for both systems - use chatgpt to debug it

there are plugins to detect operating system as well I think

1 Like

This was the method I ultimately used, though it was no easy task. Thanks