frontend for xcvr appview

beepbe

+4
+4
static/main.css
··· 82 82 overflow-y: scroll; 83 83 align-self: start; 84 84 } 85 + #content:is(.tab-a, .tab-b, .tab-c)>* { 86 + max-height: calc(100vh - 2.25rem); 87 + max-height: calc(100dvh - 2.25rem); 88 + } 85 89 #content.desktop>:is(#left-sidebar, main) { 86 90 border-right: .25rem solid var(--fg); 87 91 }