@longline/aqua-ui 1.0.309 → 1.0.310

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": "@longline/aqua-ui",
3
- "version": "1.0.309",
3
+ "version": "1.0.310",
4
4
  "description": "AquaUI",
5
5
  "author": "Alexander van Oostenrijk / Longline Environment",
6
6
  "license": "Commercial",
@@ -30,16 +30,12 @@ import { OverlayScrollbarsComponent } from 'overlayscrollbars-react';
30
30
  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
- position: "absolute",
34
- left: 0,
35
- top: 0,
36
- right: 0,
37
- bottom: 0,
33
+ maxHeight: "inherit",
38
34
  padding: props.nopadding ? 0 : "0 20px 24px 20px",
39
35
  overflowY: "auto",
40
36
  } }, props.children));
41
37
  };
42
- var DialogContentStyled = styled(DialogContentBase)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n position: relative;\n max-height: ", "vh;\n"], ["\n position: relative;\n max-height: ", "vh;\n"
38
+ var DialogContentStyled = styled(DialogContentBase)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n max-height: ", "vh;\n"], ["\n max-height: ", "vh;\n"
43
39
  /**
44
40
  * `Dialog.Content` is a content block for a `Dialog` component. The content
45
41
  * will auto-scroll when it is taller than 70% of the viewport. This percentage