Overlay island now centred on X & Y Axis
This commit is contained in:
@@ -17,9 +17,9 @@ span {
|
||||
}
|
||||
div {
|
||||
position: fixed;
|
||||
top: 60px;
|
||||
top: 50%;
|
||||
left: 50%;
|
||||
transform: translateX(-50%);
|
||||
transform: translateY(-50%) translateX(-50%);
|
||||
width: 75%;
|
||||
height: auto;
|
||||
max-height: 75vh;
|
||||
|
||||
Reference in New Issue
Block a user