survey-react 1.10.4 → 1.10.5

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/defaultV2.css CHANGED
@@ -1,5 +1,5 @@
1
1
  /*!
2
- * surveyjs - Survey JavaScript library v1.10.4
2
+ * surveyjs - Survey JavaScript library v1.10.5
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
  */
@@ -8195,6 +8195,9 @@ body {
8195
8195
 
8196
8196
  .sd-root-modern__wrapper {
8197
8197
  position: relative;
8198
+ }
8199
+
8200
+ .sd-root-modern__wrapper--has-image {
8198
8201
  min-height: 100%;
8199
8202
  }
8200
8203