survey-react 1.12.24 → 1.12.25

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.12.24
2
+ * surveyjs - Survey JavaScript library v1.12.25
3
3
  * Copyright (c) 2015-2025 Devsoft Baltic OÜ - http://surveyjs.io/
4
4
  * License: MIT (http://www.opensource.org/licenses/mit-license.php)
5
5
  */
@@ -934,7 +934,10 @@ sv-popup {
934
934
  font-weight: 400;
935
935
  }
936
936
 
937
- .sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__body-content {
937
+ .sv-popup--dropdown-overlay.sv-popup--tablet {
938
+ background: var(--background-semitransparent, rgba(144, 144, 144, 0.5));
939
+ }
940
+ .sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__container {
938
941
  --sv-popup-overlay-max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
939
942
  --sv-popup-overlay-max-width: calc(100% - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
940
943
  position: absolute;
@@ -951,6 +954,11 @@ sv-popup {
951
954
  overflow: hidden;
952
955
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-large, 0px 8px 16px 0px rgba(0, 0, 0, 0.1));
953
956
  }
957
+ .sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__body-content {
958
+ max-height: calc(var(--sv-popup-overlay-height, 100vh) - var(--sjs-base-unit, var(--base-unit, 8px)) * 8);
959
+ min-height: min(var(--sv-popup-overlay-max-height), 30 * (var(--sjs-base-unit, var(--base-unit, 8px))));
960
+ height: auto;
961
+ }
954
962
  .sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__content,
955
963
  .sv-popup--dropdown-overlay.sv-popup--tablet .sv-popup__scrolling-content,
956
964
  .sv-popup--dropdown-overlay.sv-popup--tablet .sv-list__container {