@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 +7 -0
- package/dist/lui.css +1 -1
- package/dist/scss/Components/MenuV2/menu-v2.scss +1 -1
- package/package.json +1 -1
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:
|
|
4179
|
+
z-index: 900;
|
|
4180
4180
|
}
|
|
4181
4181
|
.LuiHeaderMenuV2-drawer-container .LuiHeaderMenuV2-drawer.sm {
|
|
4182
4182
|
width: 260px;
|
package/package.json
CHANGED