Use dvh for ide-root height to avoid cutoff (#18009)

GitOrigin-RevId: efb452a7192a9d5e81376066cd879cefcfb337a8
This commit is contained in:
Alf Eaton 2024-04-19 09:29:44 +01:00 committed by Copybot
parent 471617a7a2
commit 702615acc9

View file

@ -1,5 +1,6 @@
#ide-root {
height: 100vh;
height: 100vh; /* for backwards compatibility */
height: 100dvh; /* needed for mobile devices */
.global-alerts {
position: absolute;