summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-plugin-theme-default/less/Body.less
blob: 4bc33dbe87a129fa2c1b3332d31b0c5b641242f5 (plain)
1
2
3
4
5
6
7
8
9
.Body-Flex {
    .flex(1 0 auto);
}

.Body {
    overflow: auto;
    width: 100%;
    height: 100%;
}