tree z index

This commit is contained in:
Til Schmitter 2026-04-12 16:13:50 +02:00
parent 4db8798daf
commit 4fe19c01e7

View file

@ -1682,6 +1682,7 @@ input.ssconf_v {
box-shadow: 0 0 1em var(--bg-d2), 0 -1px 0 rgba(128,128,128,0.3); box-shadow: 0 0 1em var(--bg-d2), 0 -1px 0 rgba(128,128,128,0.3);
border: 1px solid var(--bg-u3); border: 1px solid var(--bg-u3);
transition: width 0.15s; transition: width 0.15s;
z-index: 2;
} }
#tree, #tree,
html { html {
@ -1974,7 +1975,7 @@ html.y #tree.nowrap .ntree a+a:hover {
#ghead { #ghead {
position: sticky; position: sticky;
top: -.3em; top: -.3em;
z-index: 2; z-index: 1;
} }
.ghead .btn { .ghead .btn {
position: relative; position: relative;