/* Custom CSS -------------------------------------------------- */ html, body, #cesiumContainer { width: 100%; height: 100%; margin: 0; padding: 0; overflow: hidden; } .toolbar-left { display: block; position: absolute; top: 5px; left: 5px; } .cesium-button:active, .activated { background: #48b; border-color: #fff; box-shadow: 0 0 8px #fff; } #chart { height: auto; width: 50vw; }