mirror of
https://github.com/Sebclem/hassio-nextcloud-backup.git
synced 2024-11-30 04:44:54 +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;
|
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