body { margin: 0; } .wreck { width: 20px; cursor: pointer; padding: 2px; fill: none; stroke: #eee; stroke-width: 0.4; stroke-dasharray: 1; } .wreck.killed { stroke: none; fill: #eee; } .wreck:hover { border: 2px solid #eee; } #wrapper { display: flex; width: 100vw; height: 100vh; flex-direction: column; } #container { position: relative; overflow: hidden; flex-grow: 1; } #toolbar { background: #eee; padding: 1em; }