fix: status bar & dev tools z-index issue (#5132)

This commit is contained in:
naman-bruno
2025-07-17 14:36:36 +05:30
committed by GitHub
parent d5cb051f19
commit 8e7bdc2bfd
3 changed files with 2 additions and 5 deletions

View File

@@ -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 {