Skip to content

Commit

Permalink
Updated zindexes (#310)
Browse files Browse the repository at this point in the history
* updated z-indexes

* 3.2.16
  • Loading branch information
abottega authored Aug 2, 2024
1 parent 9c05ba9 commit f56618c
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion lib/components/ActionsMenu/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -321,7 +321,7 @@ export const ActionsMenuBody = ({
>
<div
ref={ref}
style={{ ...actionMenu.floatingStyles, zIndex: 21 }}
style={{ ...actionMenu.floatingStyles, zIndex: 1100 }}
aria-labelledby={actionMenu.labelId}
{...actionMenu.getFloatingProps(props)}
className="actionMenu-content"
Expand Down
2 changes: 1 addition & 1 deletion lib/components/Modal/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ const Overlay = styled(Flex)`
`;
const Container = styled(Box)`
position: relative;
z-index: 9001;
z-index: 1000;
animation: 300ms ${fadeIn} ease-in-out, 300ms ${scaleIn} ease-in-out;
display: flex;
flex-direction: column;
Expand Down
2 changes: 1 addition & 1 deletion lib/components/Popover/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,7 @@ export default function Popover({
<StyledPopoverContainer
className={`Tooltip popover ${visible ? "visible" : ""}`}
ref={refs.setFloating}
style={{ ...floatingStyles, zIndex: 21 }}
style={{ ...floatingStyles, zIndex: 1100 }}
{...getFloatingProps()}
>
<FloatingFocusManager
Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "orcs-design-system",
"version": "3.2.15",
"version": "3.2.16",
"engines": {
"node": "20.12.2"
},
Expand Down

0 comments on commit f56618c

Please sign in to comment.