forked from mirrors/easyappointments
Corrected backend notification box positioning.
This commit is contained in:
parent
54ee07bf24
commit
cfe4833825
1 changed files with 1 additions and 1 deletions
|
@ -110,7 +110,7 @@ root {
|
|||
color: #9E9980;
|
||||
box-shadow: 1px 1px 3px #a0a0a0;
|
||||
padding: 15px;
|
||||
position: absolute;
|
||||
position: fixed;
|
||||
z-index: 200;
|
||||
right: 15px;
|
||||
bottom: 15px;
|
||||
|
|
Loading…
Reference in a new issue