@longline/aqua-ui 1.0.310 → 1.0.311
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
|
@@ -31,6 +31,7 @@ var DialogContentBase = function (props) {
|
|
|
31
31
|
return React.createElement("div", { className: props.className },
|
|
32
32
|
React.createElement(OverlayScrollbarsComponent, { defer: true, options: { scrollbars: { theme: 'os-theme-light', autoHide: 'leave' } }, style: {
|
|
33
33
|
maxHeight: "inherit",
|
|
34
|
+
boxSizing: 'border-box',
|
|
34
35
|
padding: props.nopadding ? 0 : "0 20px 24px 20px",
|
|
35
36
|
overflowY: "auto",
|
|
36
37
|
} }, props.children));
|