@sdata/web-vue 1.7.0 → 1.7.1

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/dist/sd.css CHANGED
@@ -17868,4 +17868,17 @@ body {
17868
17868
  .sd-affix {
17869
17869
  position: fixed;
17870
17870
  z-index: 999;
17871
+ }
17872
+
17873
+ .sd-theme-provider {
17874
+ min-width: 0;
17875
+ }
17876
+
17877
+ .sd-theme-popup-container {
17878
+ position: fixed;
17879
+ top: 0;
17880
+ left: 0;
17881
+ width: 100vw;
17882
+ height: 0;
17883
+ pointer-events: none;
17871
17884
  }