UX: Fix composer layout in Android
Viewport-relative height causes title to be below address bar in Android
This commit is contained in:
parent
038a38ae1c
commit
fa1ed9799c
|
@ -21,7 +21,6 @@
|
|||
height: 250px;
|
||||
&.edit-title {
|
||||
height: 100%;
|
||||
height: calc(var(--composer-vh, 1vh) * 100);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue