diff --git a/assets/arena.html b/assets/arena.html index 1454448..39bd59c 100644 --- a/assets/arena.html +++ b/assets/arena.html @@ -356,6 +356,11 @@ } @media screen and (max-width: 768px) { + body { + height: calc(100vh - 56px); + height: 100dvh; + } + .container { padding: 3px; } diff --git a/assets/playground.html b/assets/playground.html index ec13133..ef6adcb 100644 --- a/assets/playground.html +++ b/assets/playground.html @@ -434,6 +434,11 @@ } @media screen and (max-width: 768px) { + body { + height: calc(100vh - 56px); + height: 100dvh; + } + .container { padding: 3px; }