From b20668b0630708c866c55332e103bb0f158f8735 Mon Sep 17 00:00:00 2001 From: Shulhan Date: Sat, 11 Sep 2021 02:28:50 +0700 Subject: notif: set the notification z-index to 10000 This fix the notification displayed below other element, while it should be on top. --- notif/notif.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/notif/notif.ts b/notif/notif.ts index 8b7c4b3..8ecb331 100644 --- a/notif/notif.ts +++ b/notif/notif.ts @@ -58,6 +58,7 @@ export class WuiNotif { position: fixed; top: 1em; width: 80%; + z-index: 10000; } .${WUI_NOTIF_CLASS_INFO} { border: 1px solid silver; -- cgit v1.3