html, body {
    height : 100%;
    margin : 0;
}

bryntum-grid {
    width  : 100%;
    flex: 1;

    > * {
        display : none;
    }
}
