/* Keep the expanded mobile topic menu reachable on short screens. */
.ib-menu__panel{max-height:calc(100vh - 160px);max-height:calc(100dvh - 160px);overflow-y:auto;overscroll-behavior:contain}
