@posiwise/core-styles 1.0.15 → 1.0.16

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": "@posiwise/core-styles",
3
- "version": "1.0.15",
3
+ "version": "1.0.16",
4
4
  "main": "index.js",
5
5
  "scripts": {
6
6
  "test": "echo \"Error: no test specified\" && exit 1"
@@ -1,5 +1,5 @@
1
1
  .app-sidebar {
2
- z-index: 1038; // above navbar (1037) so sidebar header renders on top; below modal-backdrop (1040)
2
+ z-index: 10000; // above the dashboard header (.navbar-blue is z-index: 9999) so the sidebar header renders on top
3
3
  }
4
4
 
5
5
  .navbar {
@@ -153,7 +153,7 @@
153
153
  position: fixed;
154
154
  top: 0;
155
155
  width: 220px;
156
- z-index: 1038;
156
+ z-index: 10000; // above the dashboard header (.navbar-blue is z-index: 9999); keep both .app-sidebar rules in sync
157
157
 
158
158
  &.hide-sidebar {
159
159
  transform: translate3d(-100%, 0, 0);