Reduce overlay-island.svelte height.

Closes OwlBoard/backend#30
This commit is contained in:
Fred Boniface 2023-11-09 20:29:27 +00:00
parent 59d6eb7001
commit a8a81970d6
1 changed files with 1 additions and 1 deletions

View File

@ -23,7 +23,7 @@
transform: translateY(-50%) translateX(-50%);
width: 85%;
height: auto;
max-height: 85vh;
max-height: 75vh;
overflow-y: auto;
max-width: 400px;
margin: auto;