mirror of
https://github.com/9001/copyparty.git
synced 2026-06-18 20:22:27 -06:00
fix for overflow reveal on frutiger
This commit is contained in:
parent
5f9a5b0a5d
commit
4a45d53b35
|
|
@ -8414,6 +8414,7 @@ var treectl = (function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
function mleave(e) {
|
function mleave(e) {
|
||||||
|
this.style.top = '';
|
||||||
this.style.position = '';
|
this.style.position = '';
|
||||||
this.style.minWidth = '';
|
this.style.minWidth = '';
|
||||||
this.style.width = '';
|
this.style.width = '';
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue