.drawer {
    overflow-y: clip;
    transition-property: max-height;
    interpolate-size: allow-keywords;  /* Chromium 129+ */
    max-height: fit-content;
}

.drawer.closed {
    max-height: 0px;
}
