@linzjs/lui 17.23.1 → 17.23.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/index.js +2 -1
- package/dist/index.js.map +1 -1
- package/dist/lui.esm.js +2 -1
- package/dist/lui.esm.js.map +1 -1
- package/package.json +1 -1
package/dist/lui.esm.js
CHANGED
|
@@ -33119,7 +33119,8 @@ var LuiSidePanelContainer = function (props) {
|
|
|
33119
33119
|
transition: 'width 0.2s ease',
|
|
33120
33120
|
boxShadow: '-0.1em 0 0.4em rgba(0, 0, 0, 0.2)',
|
|
33121
33121
|
padding: 0,
|
|
33122
|
-
zIndex: 3
|
|
33122
|
+
zIndex: 3,
|
|
33123
|
+
overflow: 'scroll'
|
|
33123
33124
|
} },
|
|
33124
33125
|
children && (React__default.createElement("button", { type: "button", "data-testid": "close", title: closeBtnTitleAttr, onClick: onClose, style: {
|
|
33125
33126
|
color: '#5e5e61',
|