refactoring

This commit is contained in:
Philipp Kühn
2021-03-31 11:13:09 +02:00
parent a90f08fb1c
commit e0895926bd
2 changed files with 7 additions and 5 deletions

View File

@@ -113,7 +113,7 @@ export class BubbleMenuView {
render() {
Object.assign(this.element.style, {
position: 'absolute',
zIndex: 1000,
zIndex: 1,
visibility: this.isActive ? 'visible' : 'hidden',
opacity: this.isActive ? 1 : 0,
left: `${this.left}px`,