fix: remove dragbar z-index that was bleeding through modals (#7924)

This commit is contained in:
gopu-bruno
2026-05-06 15:35:20 +05:30
committed by GitHub
parent 973ca18e00
commit 0ed2fc82b4

View File

@@ -46,7 +46,6 @@ const StyledWrapper = styled.div`
cursor: col-resize;
background: transparent;
position: relative;
z-index: 1;
div.dragbar-handle {
display: flex;
@@ -85,7 +84,6 @@ const StyledWrapper = styled.div`
cursor: row-resize;
padding: 0 1rem;
position: relative;
z-index: 1;
div.dragbar-handle {
width: 100%;