@bluepic/embed 0.1.100 → 0.1.101
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.
package/lib/bluepic-embed.es.js
CHANGED
|
@@ -73083,7 +73083,7 @@ class BluepicPopupProvider {
|
|
|
73083
73083
|
|
|
73084
73084
|
}
|
|
73085
73085
|
.bluepic-app-wrapper {
|
|
73086
|
-
transform:
|
|
73086
|
+
transform: none;
|
|
73087
73087
|
}
|
|
73088
73088
|
.bluepic-popup-app-wrapper {
|
|
73089
73089
|
/*background-color: rgba(255, 255, 255, 1);*/
|
package/lib/bluepic-embed.umd.js
CHANGED
|
@@ -2514,7 +2514,7 @@ ${He.vertexSource}`,this.forceManualRenderingForInstanceIDShaders&&(Jr=Jr.replac
|
|
|
2514
2514
|
|
|
2515
2515
|
}
|
|
2516
2516
|
.bluepic-app-wrapper {
|
|
2517
|
-
transform:
|
|
2517
|
+
transform: none;
|
|
2518
2518
|
}
|
|
2519
2519
|
.bluepic-popup-app-wrapper {
|
|
2520
2520
|
/*background-color: rgba(255, 255, 255, 1);*/
|