.board-container{display:flex;flex-direction:column;max-height:100vh;min-height:100vh;max-width:100vw;overflow:hidden}@media screen and (max-width:920px){.board-container{--topbar-height:3rem;display:flex;flex-direction:column;max-height:calc(100vh - var(--topbar-height, 0px));min-height:calc(100vh - var(--topbar-height, 0px));max-width:100vw;overflow:hidden}}