mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-05 00:52:59 +01:00
Fix clic event for alerts
This commit is contained in:
parent
4e55a4790e
commit
e117758c7b
@ -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