Adjust welcome overlay positioning for larger viewports
This commit is contained in:
parent
45b64002f4
commit
dc4906b060
@ -59,11 +59,12 @@
|
||||
<style>
|
||||
#popup {
|
||||
position: fixed;
|
||||
top: 50%;
|
||||
top: 50px;
|
||||
left: 50%;
|
||||
transform: translateY(-50%) translateX(-50%);
|
||||
transform: translateX(-50%);
|
||||
width: 85%;
|
||||
height: 85vh;
|
||||
max-height: 600px;
|
||||
overflow-y: auto;
|
||||
max-width: 400px;
|
||||
margin: auto;
|
||||
|
Loading…
Reference in New Issue
Block a user