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