diginet-core-ui 1.3.69-beta.3 → 1.3.69-beta.4

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.
@@ -6,7 +6,7 @@ import { createPortal } from 'react-dom';
6
6
  import PropTypes from 'prop-types';
7
7
  import { jsx, css } from '@emotion/core';
8
8
  import OptionWrapper from '../others/option-wrapper';
9
- import { borderRadius4px, displayBlock, flexCol, overflowAuto, parseWidthHeight, positionAbsolute, positionRelative } from '../../styles/general';
9
+ import { borderRadius4px, displayBlock, flexCol, overflowAuto, parseWidthHeight, positionAbsolute, positionFixed, positionRelative } from '../../styles/general';
10
10
  import theme from '../../theme/settings';
11
11
  import { classNames, refType as ref } from '../../utils';
12
12
  const {
@@ -500,7 +500,7 @@ const Popover = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(({
500
500
  }));
501
501
 
502
502
  const PortalPopoverCSS = (zIndex, fullScreen) => css`
503
- ${positionAbsolute};
503
+ ${positionFixed};
504
504
  z-index: ${zIndex};
505
505
  pointer-events: ${fullScreen ? 'initial' : 'none'};
506
506
  inset: 0;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "diginet-core-ui",
3
- "version": "1.3.69-beta.3",
3
+ "version": "1.3.69-beta.4",
4
4
  "description": "",
5
5
  "main": "index.js",
6
6
  "license": "UNLICENSED",