l3mpire / lemverse

The first-ever coworking metaverse
https://app.lemverse.com
GNU Affero General Public License v3.0
148 stars 40 forks source link

Add style for zone #220

Closed Flowtter closed 1 year ago

Flowtter commented 1 year ago

This pull request adds the possibility to add css on the main iframe.

This allows us, for example, to set the z-index of a page to be on top of all other popups.

{
  "url": "https://link",
  "style": {
    "z-index": 20
  }
}

image image

Donorhan commented 1 year ago

Nice, thanks!