mirror of
https://git.mirrors.martin98.com/https://github.com/SigNoz/signoz
synced 2025-06-04 11:25:52 +08:00
Co-authored-by: Vikrant Gupta <vikrant@signoz.io>
This commit is contained in:
parent
39532d5da0
commit
ef4e3a30fb
@ -110,9 +110,16 @@
|
|||||||
}
|
}
|
||||||
.nav-wrapper {
|
.nav-wrapper {
|
||||||
height: calc(100% - 52px);
|
height: calc(100% - 52px);
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
justify-content: space-between;
|
||||||
|
|
||||||
.primary-nav-items {
|
.primary-nav-items {
|
||||||
max-height: 65%;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex: 1;
|
||||||
|
min-height: 0;
|
||||||
|
max-height: 100%;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
|
|
||||||
@ -121,15 +128,14 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
.secondary-nav-items {
|
.secondary-nav-items {
|
||||||
max-height: 35%;
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
flex-shrink: 0;
|
||||||
overflow-y: auto;
|
overflow-y: auto;
|
||||||
overflow-x: hidden;
|
overflow-x: hidden;
|
||||||
border-top: 1px solid var(--bg-slate-400);
|
border-top: 1px solid var(--bg-slate-400);
|
||||||
padding: 8px 0;
|
padding: 8px 0;
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
position: fixed;
|
|
||||||
bottom: 0;
|
|
||||||
left: 0;
|
|
||||||
width: 64px;
|
width: 64px;
|
||||||
|
|
||||||
transition: all 0.2s, background 0s, border 0s;
|
transition: all 0.2s, background 0s, border 0s;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user