blob: 3818f8b169c0230fe0a862c4f830865b081c4359 [file] [log] [blame]
Tyler Scott3c17d5f2015-06-23 17:49:29 -06001html, body {
2 width: 100%;
3 height: 100%;
4 margin: 0;
5}
6
7.full-width {
8 width: 100%;
9}
10
11.sidebar {
12 height: 100%;
13 max-height: 100%;
14 overflow: auto;
15}