Update vh into dvh
All checks were successful
ci/woodpecker/push/build Pipeline was successful

This commit is contained in:
Alessio Davoli 2023-11-27 12:20:13 +01:00
parent 732f9210e9
commit c54bd1f78e

View file

@ -40,7 +40,7 @@
<style>
main {
height: calc(100% - 10vh - 10px);
height: calc(100dvh - 10dvh - 10px);
overflow-y: scroll;
width: 100%;
display: grid;