Compare commits
2 Commits
Author | SHA1 | Date | |
---|---|---|---|
a61326a8e5 | |||
cefde68b14 |
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "@uptime.link_private/webwidget",
|
||||
"version": "1.0.77",
|
||||
"version": "1.0.78",
|
||||
"private": false,
|
||||
"description": "the webwidget for public use of uptimelink",
|
||||
"main": "dist_ts_web/index.js",
|
||||
|
@ -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'
|
||||
}
|
||||
|
@ -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