mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-12 20:42:58 +01:00
Fix clic event for alerts
This commit is contained in:
parent
630f048c13
commit
56cfb4ee78
@ -53,8 +53,10 @@ const alertVisible = computed(() => alertList.value.length > 0);
|
||||
right: 20px;
|
||||
z-index: 99999;
|
||||
height: 100vh;
|
||||
pointer-events: none;
|
||||
#alertContainer {
|
||||
position: sticky;
|
||||
pointer-events: all;
|
||||
top: 80px;
|
||||
right: 20px;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user