@streamscloud/embeddable 1.1.2 → 1.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -482,4 +482,5 @@ $effect(() => {
482
482
  left: 0;
483
483
  bottom: 0;
484
484
  right: 0;
485
+ z-index: 1000;
485
486
  }</style>
@@ -483,4 +483,5 @@ $effect(() => {
483
483
  left: 0;
484
484
  bottom: 0;
485
485
  right: 0;
486
+ z-index: 1000;
486
487
  }</style>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@streamscloud/embeddable",
3
- "version": "1.1.2",
3
+ "version": "1.1.3",
4
4
  "author": "StreamsCloud",
5
5
  "repository": "https://github.com/StreamsCloud/streamscloud-frontend-packages.git",
6
6
  "type": "module",