mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Use dvh for ide-root height to avoid cutoff (#18009)
GitOrigin-RevId: efb452a7192a9d5e81376066cd879cefcfb337a8
This commit is contained in:
parent
471617a7a2
commit
702615acc9
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
#ide-root {
|
||||
height: 100vh;
|
||||
height: 100vh; /* for backwards compatibility */
|
||||
height: 100dvh; /* needed for mobile devices */
|
||||
|
||||
.global-alerts {
|
||||
position: absolute;
|
||||
|
|
Loading…
Reference in a new issue