UX: Fix composer layout in Android

Viewport-relative height causes title to be below address bar in Android
This commit is contained in:
Penar Musaraj 2019-10-03 07:43:36 -04:00
parent 038a38ae1c
commit fa1ed9799c
1 changed files with 0 additions and 1 deletions

View File

@ -21,7 +21,6 @@
height: 250px;
&.edit-title {
height: 100%;
height: calc(var(--composer-vh, 1vh) * 100);
}
}