survey-react 1.9.129 → 1.9.130

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/survey.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.9.129
2
+ * surveyjs - Survey JavaScript library v1.9.130
3
3
  * Copyright (c) 2015-2024 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -196,6 +196,7 @@
196
196
  overflow: auto;
197
197
  box-sizing: border-box;
198
198
  background: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
199
+ width: calc(100% - 4 * (var(--sjs-base-unit, var(--base-unit, 8px)))) !important;
199
200
  }
200
201
  @-moz-document url-prefix() {
201
202
  .sv_window,
@@ -299,7 +300,7 @@
299
300
  margin-right: var(--sjs-base-unit, var(--base-unit, 8px));
300
301
  display: flex;
301
302
  gap: var(--sjs-base-unit, var(--base-unit, 8px));
302
- z-index: 1;
303
+ z-index: 10000;
303
304
  }
304
305
 
305
306
  .sv_window_button {