Minor style fixes on menus and dropdown list

This commit is contained in:
DanyLE
2022-07-17 13:10:02 +02:00
parent 66af4d63f6
commit c0603cd47d
4 changed files with 7 additions and 1 deletions

View File

@ -1126,7 +1126,7 @@ namespace OS {
.css("top", top + "px")
.css("left", left + "px");
};
$(this.refs.drlabel).css("display", "inline-block");
$(this.refs.btlist).hide();
this.observable.on("resize", (e) => this.calibrate());
return this.calibrate();