mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
reduce width of tree overflow preview
This commit is contained in:
parent
a6963aaa64
commit
f68b4fb0e7
|
|
@ -7918,11 +7918,15 @@ var treectl = (function () {
|
|||
|
||||
this.style.top = y + 'px';
|
||||
this.style.position = 'fixed';
|
||||
this.style.width = 'auto';
|
||||
this.style.minWidth = ebi('tree').offsetWidth + p.offsetLeft - 5 + 'px';
|
||||
mentered = this;
|
||||
}
|
||||
|
||||
function mleave(e) {
|
||||
this.style.position = '';
|
||||
this.style.minWidth = '';
|
||||
this.style.width = '';
|
||||
mentered = null;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue