diff --git a/client/web/css/styles.css b/client/web/css/styles.css index c511d1a..9d343f2 100644 --- a/client/web/css/styles.css +++ b/client/web/css/styles.css @@ -38,13 +38,13 @@ body, main, .conversation { height: 100%; - min-height: 100vh; + min-height: 100dvh; } .conversation { display: flex; flex-direction: column; - max-height: 100vh; + max-height: 100dvh; & > * { padding: 1em; diff --git a/client/web/index.html b/client/web/index.html index 48c97af..1e42582 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -1,6 +1,6 @@ - + llm-py-web