mirror of
https://github.com/alextselegidis/easyappointments.git
synced 2024-11-22 16:02:54 +03:00
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;
|
color: #9E9980;
|
||||||
box-shadow: 1px 1px 3px #a0a0a0;
|
box-shadow: 1px 1px 3px #a0a0a0;
|
||||||
padding: 15px;
|
padding: 15px;
|
||||||
position: absolute;
|
position: fixed;
|
||||||
z-index: 200;
|
z-index: 200;
|
||||||
right: 15px;
|
right: 15px;
|
||||||
bottom: 15px;
|
bottom: 15px;
|
||||||
|
|
Loading…
Reference in a new issue