Page 1 of 1

use form as floating object

Posted: Mon Oct 18, 2021 8:54 am
by wb_user
i search "floating" in form object but i can't find anything related to float
is possible to set form on floating?

Re: use form as floating object

Posted: Mon Oct 18, 2021 10:14 am
by BaconFries
Similar question with answer from Pablo
viewtopic.php?f=5&t=92851&p=463593

Re: use form as floating object

Posted: Mon Oct 18, 2021 10:23 am
by Pablo
A form area cannot be floating because it's a fixed/absolute container.
However, a layout grid or flexbox container can also be used as a form.

See also the FAQ:
viewtopic.php?f=10&t=71391

Re: use form as floating object

Posted: Mon Oct 18, 2021 11:07 am
by wb_user
thanks guys