Sean Condon | ff85fbe | 2019-03-16 14:28:46 +0000 | [diff] [blame] | 1 | /* You can add global styles to this file, and also import other style files */ |
2 | html { | ||||
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 | */ | ||||
13 | body { | ||||
14 | background-color: white; | ||||
15 | height: 100%; | ||||
16 | margin: 0; | ||||
17 | overflow: hidden; | ||||
18 | } |