fix for overflow reveal on frutiger

This commit is contained in:
Til Schmitter 2026-06-09 09:23:09 +02:00
parent 5f9a5b0a5d
commit 4a45d53b35

View file

@ -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 = '';