Add Floating Groups to Popups

It would be really amazing to be able to add floating groups to a popup, so you can create an interface like Google uses when we edit a gmail.

2 Likes

Did you find a solution to this?

Hi, I have an easy solution to this.

  1. Set the popup container layout to ‘column’ (with eg. height 500px)
  2. Add 3 groups in the popup, 1. Top group with 50px. 2. Middle group with 400px fixed height. (All your contents will be here). 3. bottom group with 50px.

Remember to check the “Allow vertical scrolling if content overflows” in middle group

This way if the items in the middle group spans above 400px, there will be a scroll bar that affects only the middle group. top


and bottom is fixed.