@createiq/swagger-ui-scss 5.32.3 → 5.32.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@createiq/swagger-ui-scss",
3
- "version": "5.32.3",
3
+ "version": "5.32.4",
4
4
  "main": "./style/main.scss",
5
5
  "homepage": "https://github.com/swagger-api/swagger-ui",
6
6
  "repository": {
@@ -685,7 +685,7 @@
685
685
  padding: 15px 0;
686
686
  position: sticky;
687
687
  top: 0;
688
- z-index: 1;
688
+ z-index: 9999;
689
689
 
690
690
  background: $scheme-container-background-color;
691
691
  box-shadow: 0 1px 2px 0 rgba($scheme-container-box-shadow-color, 0.15);