I have
Im trying to place the vertical menu so that the other element (which is a SVG) is not pushed down and instead sort of ignores it and starts at the top of the tab.
Heres the markup soo far.
<div class="tab" style="padding:10px;">
<div class="list-group" style="width:25%;float: right;">
<a href="power_paths/Comms_Room.php" class="list-group-item list-group-item-action">Comms Room</a>
<a href="power_paths/Crypto_Room.php" class="list-group-item list-group-item-action">Crypto Room</a>
<a href="power_paths/Data_Center.php" class="list-group-item list-group-item-action">Data Center</a>
<a href="power_paths/Server_Room.php" class="list-group-item list-group-item-action">Server Room</a>
<a href="power_paths/Tech Control.php" class="list-group-item list-group-item-action">Tech Control</a>
<a href="power_paths/Watch Floor.php" class="list-group-item list-group-item-action">Watch Floor</a>
</div>
<svg viewbox="0 0 1000 550" version="1.1"
....
</div>