mirror of
https://github.com/cliffe/BreakEscape.git
synced 2026-02-20 13:50:46 +00:00
Adjust notification container positioning to right side of screen
This commit is contained in:
@@ -31,10 +31,9 @@
|
||||
#notification-container {
|
||||
position: fixed;
|
||||
top: 20px;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
width: 80%;
|
||||
max-width: 600px;
|
||||
right: 20px;
|
||||
width: 300px;
|
||||
max-width: 80%;
|
||||
z-index: 2000;
|
||||
font-family: Arial, sans-serif;
|
||||
pointer-events: none;
|
||||
|
||||
Reference in New Issue
Block a user