@leitware/dockets 0.4.2 → 0.4.3

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": "@leitware/dockets",
3
- "version": "0.4.2",
3
+ "version": "0.4.3",
4
4
  "description": "CLI to add Leitware design system components to your project",
5
5
  "type": "module",
6
6
  "bin": {
@@ -99,6 +99,8 @@
99
99
  outline: 1px dashed var(--border-color);
100
100
  outline-offset: 2px;
101
101
  background-color: var(--hover-bg);
102
+ z-index: 9999;
103
+ position: relative;
102
104
  }
103
105
  }
104
106