Composer redesign: Make the composer cover the viewport (#40349)

This commit is contained in:
Echo
2026-09-01 17:56:30 +02:00
committed by GitHub
parent 920dc835ad
commit 89bc0eb426

View File

@@ -21,10 +21,8 @@
top: env(safe-area-inset-top);
// Set from the visualViewport API.
height: var(--viewport-height, 80vh);
max-height: 80vh;
transition: height 200ms;
box-shadow: 0 2px var(--color-border-strong);
height: var(--viewport-height, 100vh);
max-height: 100vh;
@media (width >= #{variables.$mobile-menu-breakpoint}) {
top: auto;