mirror of
https://github.com/Ylianst/MeshCentral.git
synced 2025-03-09 15:40:18 +00:00
Fixed dialog box centering.
This commit is contained in:
parent
14d0b1df56
commit
78997ad64e
5 changed files with 5 additions and 6 deletions
|
@ -261,9 +261,8 @@
|
|||
border-radius: 5px;
|
||||
position: fixed;
|
||||
top: 180px;
|
||||
left: 50%;
|
||||
left: calc((100% / 2) - 200px);
|
||||
width: 400px;
|
||||
margin-left: -200px;
|
||||
}
|
||||
|
||||
#dialogHeader {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue