.PageLayout{z-index:1;grid-template:"topbar""content"1fr/minmax(0,1fr);width:100%;height:100%;display:grid;overflow:hidden}.PageLayout__topbar{grid-area:topbar}.PageLayout__content{grid-area:content;min-width:0;min-height:0;position:relative;overflow:hidden}.PageLayout--scrollable{display:block;overflow:hidden auto}.PageLayout--scrollable .PageLayout__topbar{z-index:3;position:sticky;top:0}.PageLayout--scrollable .PageLayout__content{min-height:0;overflow:visible}
