mirror of
https://github.com/usebruno/bruno.git
synced 2026-07-08 22:45:25 +00:00
fix: status bar & dev tools z-index issue (#5132)
This commit is contained in:
@@ -13,14 +13,12 @@ const StyledWrapper = styled.div`
|
||||
font-size: 12px;
|
||||
user-select: none;
|
||||
position: relative;
|
||||
z-index: 15;
|
||||
}
|
||||
|
||||
.status-bar-section {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.status-bar-group {
|
||||
|
||||
Reference in New Issue
Block a user