blob: 7ff2305f34c1d34ac9dc827890751732ba7f623e [file] [log] [blame]
Matteo Scandolobe9b13d2016-01-21 11:21:03 -08001
2html, body {
3 margin: 0;
4 padding: 0;
5 max-height: 100%;
6 height: 100%;
7}
8
9#xosServiceTopology{
10 position: absolute;
11 top: 0;
12 left: 0;
13 width: 100%;
14 height: 100%;
15}