diff --git a/web/style.css b/web/style.css index 3f72c48..e1b4654 100644 --- a/web/style.css +++ b/web/style.css @@ -31,8 +31,8 @@ body { body { width: calc(100% - 4rem - 2px); - height: calc(100svh - 6rem - 2px); height: calc(100vh - 6rem - 2px); + height: calc(100svh - 6rem - 2px); padding: 2rem; margin: 0; background-color: var(--base);