fix(core): update
This commit is contained in:
@ -47,7 +47,7 @@ export class UptimelinkWebwidget extends DeesElement {
|
||||
position: relative;
|
||||
display: block;
|
||||
height: 30px;
|
||||
z-index: ${this.isElevated ? '1000' : 'auto'} ;
|
||||
z-index: ${this.isElevated || this.isOnTop ? '1000' : 'auto'} ;
|
||||
}
|
||||
.mainbox {
|
||||
position: relative;
|
||||
|
Reference in New Issue
Block a user