mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-02-08 15:47:40 +01:00
making the toaster notifications have fixed positioning instead of abba-solute
This commit is contained in:
@@ -53,9 +53,9 @@ body {
|
||||
}
|
||||
|
||||
#notification_window {
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
right: 20px;
|
||||
top: 80px;
|
||||
top: 60px;
|
||||
width: 300px;
|
||||
height: 0px;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user