blob: 24801bab6ae5c2554851360ad6d227c59a9125c1 [file] [log] [blame]
Sean Condonff85fbe2019-03-16 14:28:46 +00001/* You can add global styles to this file, and also import other style files */
2html {
3 font-family: 'Open Sans', normal;
4 -webkit-text-size-adjust: 100%;
5 -ms-text-size-adjust: 100%;
6 height: 100%;
7}
8
9/*
10 overflow hidden is to ensure that the body does not expand to account
11 for any flyout panes, that are positioned "off screen".
12 */
13body {
14 background-color: white;
15 height: 100%;
16 margin: 0;
17 overflow: hidden;
18}