survey-react 1.9.120 → 1.9.121

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.9.120
2
+ * surveyjs - Survey JavaScript library v1.9.121
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
  */
@@ -508,6 +508,7 @@ sv-popup {
508
508
 
509
509
  .sv-popup--modal > .sv-popup__container {
510
510
  position: static;
511
+ display: flex;
511
512
  }
512
513
 
513
514
  .sv-popup--modal > .sv-popup__container > .sv-popup__shadow > .sv-popup__body-content {