diff options
Diffstat (limited to 'notif/notif.ts')
| -rw-r--r-- | notif/notif.ts | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/notif/notif.ts b/notif/notif.ts index 701d31a..46b96d3 100644 --- a/notif/notif.ts +++ b/notif/notif.ts @@ -55,7 +55,7 @@ export class WuiNotif { style.innerText = ` #${WUI_NOTIF_ID} { left: 10%; - position: absolute; + position: fixed; top: 1em; width: 80%; } |
