diff options
| -rw-r--r-- | notif/notif.ts | 1 |
1 files changed, 1 insertions, 0 deletions
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; |
