fix(core): update

This commit is contained in:
Philipp Kunz 2023-10-06 22:36:03 +02:00
parent 0df13d057c
commit cefde68b14
2 changed files with 2 additions and 2 deletions

View File

@ -3,6 +3,6 @@
*/
export const commitinfo = {
name: '@uptime.link_private/webwidget',
version: '1.0.77',
version: '1.0.78',
description: 'the webwidget for public use of uptimelink'
}

View File

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