survey-react 1.11.7 → 1.11.8

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.11.7
2
+ * surveyjs - Survey JavaScript library v1.11.8
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
  */
@@ -8519,7 +8519,8 @@ body {
8519
8519
  z-index: 15;
8520
8520
  }
8521
8521
 
8522
- .sv-root--sticky-top.sd-progress--pages .sv-components-container-center {
8522
+ .sv-root--sticky-top.sd-progress--pages .sv-components-container-center,
8523
+ .sv-root--sticky-top.sd-progress--buttons .sv-components-container-center {
8523
8524
  background-color: var(--sjs-general-backcolor-dim, var(--background-dim, #f3f3f3));
8524
8525
  box-shadow: var(--sjs-shadow-medium, 0px 2px 6px 0px rgba(0, 0, 0, 0.1)), var(--sjs-shadow-small, 0px 1px 2px 0px rgba(0, 0, 0, 0.15));
8525
8526
  }