Join the Webstudio community

Updated last month

Overlay Help

At a glance

The community member is asking how to make a button overlay an HTML embed, without the button separating from the embed. A community member responds that this can be done in a few different ways, such as adding position: absolute to the button and relative to the parent, or setting up a grid layout and placing each element with specific rows and columns.

How can I make it so the button is an overlay over the html embed? I don't want it to seperate like this.
J
1 comment
Sure you can. You can do it in a few different ways.

  1. Easiest is probably to add position: absolute to it and relative to the parent.
  1. You could setup grid layout and place each element with specific row/colums
Add a reply
Sign up and join the conversation on Discord