Skip to content

Commit a526942

Browse files
authored
fix(collapsible-panel): remove z-index (#805)
1 parent f5d4c4d commit a526942

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/panels/collapsible-panel/collapsible-panel.styles.js

-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,6 @@ const getHeaderContainerStyles = ({ isDisabled, isOpen, isSticky, theme }) => {
5353
css`
5454
position: sticky;
5555
top: 0;
56-
z-index: 1;
5756
border-top-right-radius: ${vars.borderRadius6};
5857
border-top-left-radius: ${vars.borderRadius6};
5958
`,

0 commit comments

Comments
 (0)