mirror of
https://github.com/9001/copyparty.git
synced 2026-06-21 05:32:25 -06:00
tree z index
This commit is contained in:
parent
4db8798daf
commit
4fe19c01e7
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue