diff --git a/services/web/frontend/stylesheets/app/editor/ide-react.less b/services/web/frontend/stylesheets/app/editor/ide-react.less index aadc3063c3..a10a0d9573 100644 --- a/services/web/frontend/stylesheets/app/editor/ide-react.less +++ b/services/web/frontend/stylesheets/app/editor/ide-react.less @@ -1,5 +1,6 @@ #ide-root { - height: 100vh; + height: 100vh; /* for backwards compatibility */ + height: 100dvh; /* needed for mobile devices */ .global-alerts { position: absolute;