1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20
body { font-family:sans; } #ebusgraph { position: absolute; height: calc(100% - 160px); top: 2px; left: 5px; right: 30px; } #overview { position: absolute; top: calc(100% - 150px); height: 150px; left: 10px; right: 10px; }