survey-react 1.9.82 → 1.9.83

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/modern.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.82
2
+ * surveyjs - Survey JavaScript library v1.9.83
3
3
  * Copyright (c) 2015-2023 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -87,9 +87,14 @@ sv-popup {
87
87
  top: 0;
88
88
  width: 100vw;
89
89
  outline: none;
90
+ height: 100vh;
90
91
  z-index: 1500;
91
92
  }
92
93
 
94
+ .sv-dropdown-popup {
95
+ height: 0;
96
+ }
97
+
93
98
  .sv-popup__container {
94
99
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
95
100
  position: absolute;
@@ -114,11 +119,6 @@ sv-popup {
114
119
  max-width: 90vw;
115
120
  }
116
121
 
117
- .sv-popup.sv-popup--modal,
118
- .sv-popup.sv-popup--overlay {
119
- height: 100vh;
120
- }
121
-
122
122
  .sv-popup--modal {
123
123
  display: flex;
124
124
  align-items: center;
@@ -2705,9 +2705,14 @@ sv-popup {
2705
2705
  top: 0;
2706
2706
  width: 100vw;
2707
2707
  outline: none;
2708
+ height: 100vh;
2708
2709
  z-index: 1500;
2709
2710
  }
2710
2711
 
2712
+ .sv-dropdown-popup {
2713
+ height: 0;
2714
+ }
2715
+
2711
2716
  .sv-popup__container {
2712
2717
  box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.1);
2713
2718
  position: absolute;
@@ -2732,11 +2737,6 @@ sv-popup {
2732
2737
  max-width: 90vw;
2733
2738
  }
2734
2739
 
2735
- .sv-popup.sv-popup--modal,
2736
- .sv-popup.sv-popup--overlay {
2737
- height: 100vh;
2738
- }
2739
-
2740
2740
  .sv-popup--modal {
2741
2741
  display: flex;
2742
2742
  align-items: center;