Adjust welcome overlay positioning for larger viewports

This commit is contained in:
Fred Boniface 2023-07-09 20:13:39 +01:00
parent 45b64002f4
commit dc4906b060
1 changed files with 3 additions and 2 deletions

View File

@ -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;