mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-08-14 16:45:56 +08:00
fix: app content overlapping sidenav (#4811)
This commit is contained in:
parent
9b1d596816
commit
e4808e585a
@ -6,6 +6,7 @@
|
||||
.app-content {
|
||||
width: calc(100% - 64px);
|
||||
overflow: auto;
|
||||
z-index: 0;
|
||||
|
||||
.content-container {
|
||||
position: relative;
|
||||
|
@ -1,6 +1,8 @@
|
||||
.sidenav-container {
|
||||
width: 64px;
|
||||
height: 100%;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
&.docked {
|
||||
width: 240px;
|
||||
@ -16,8 +18,6 @@
|
||||
border-right: 1px solid var(--bg-slate-400);
|
||||
padding-bottom: 48px;
|
||||
transition: all 0.2s, background 0s, border 0s;
|
||||
position: relative;
|
||||
z-index: 1;
|
||||
|
||||
.brand-company-meta {
|
||||
display: flex;
|
||||
|
Loading…
x
Reference in New Issue
Block a user