@linzjs/lui 17.43.1 → 17.43.2

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/CHANGELOG.md CHANGED
@@ -1,3 +1,10 @@
1
+ ## [17.43.2](https://github.com/linz/lui/compare/v17.43.1...v17.43.2) (2023-03-21)
2
+
3
+
4
+ ### Bug Fixes
5
+
6
+ * drawer z index ([#899](https://github.com/linz/lui/issues/899)) ([3770ff1](https://github.com/linz/lui/commit/3770ff1d8a32399161ba9c4592397774af268309))
7
+
1
8
  ## [17.43.1](https://github.com/linz/lui/compare/v17.43.0...v17.43.1) (2023-03-21)
2
9
 
3
10
 
package/dist/lui.css CHANGED
@@ -4176,7 +4176,7 @@ body.LuiHeaderMenuV2-drawer-open {
4176
4176
  box-shadow: 0px 1px 6px 0px #00000026, 0px 6px 10px 0px #00000040;
4177
4177
  border-radius: 3px;
4178
4178
  height: auto;
4179
- z-index: 1;
4179
+ z-index: 900;
4180
4180
  }
4181
4181
  .LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.sm {
4182
4182
  width: 260px;
@@ -27,7 +27,7 @@ body.LuiHeaderMenuV2-drawer-open {
27
27
  .LuiHeaderMenuV2-drawer {
28
28
  @include LuiHeaderMenuV2-drop-content;
29
29
  height: auto;
30
- z-index: 1;
30
+ z-index: 900;
31
31
 
32
32
  &.sm {
33
33
  width: 260px;
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "17.43.1",
2
+ "version": "17.43.2",
3
3
  "license": "MIT",
4
4
  "repository": {
5
5
  "type": "git",