mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-24 18:22:57 +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;
|
right: 20px;
|
||||||
z-index: 99999;
|
z-index: 99999;
|
||||||
height: 100vh;
|
height: 100vh;
|
||||||
|
pointer-events: none;
|
||||||
#alertContainer {
|
#alertContainer {
|
||||||
position: sticky;
|
position: sticky;
|
||||||
|
pointer-events: all;
|
||||||
top: 80px;
|
top: 80px;
|
||||||
right: 20px;
|
right: 20px;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user