Fix more z-fighting issues
This commit is contained in:
parent
7abb1d777d
commit
786241a87f
|
@ -1364,7 +1364,7 @@ input[type="file"] {
|
|||
display: none;
|
||||
flex-direction: column;
|
||||
box-shadow: 0 0 10px var(--black70a);
|
||||
z-index: 3000;
|
||||
z-index: 4000;
|
||||
left: 0;
|
||||
top: 0;
|
||||
margin: 0;
|
||||
|
@ -1374,6 +1374,10 @@ input[type="file"] {
|
|||
}
|
||||
|
||||
#movingDivs > div {
|
||||
z-index: 4000;
|
||||
}
|
||||
|
||||
#left-nav-panel {
|
||||
z-index: 3000;
|
||||
}
|
||||
|
||||
|
@ -3365,6 +3369,10 @@ a {
|
|||
|
||||
}
|
||||
|
||||
body:has(.drawer-content.maximized) #top-settings-holder:has(.drawer-content.openDrawer:not(.fillLeft):not(.fillRight)) {
|
||||
z-index: 4005;
|
||||
}
|
||||
|
||||
.drawer {
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
|
|
Loading…
Reference in New Issue