mirror of
https://github.com/usebruno/bruno.git
synced 2026-06-11 09:51:30 +00:00
fix: remove dragbar z-index that was bleeding through modals (#7924)
This commit is contained in:
@@ -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%;
|
||||
|
||||
Reference in New Issue
Block a user