Skip to content
Snippets Groups Projects
Commit a03d9fbe authored by AndiMajore's avatar AndiMajore
Browse files

fixed legend position to lower left

parent 534cbc05
No related branches found
No related tags found
No related merge requests found
......@@ -3,7 +3,7 @@
div.legend {
position: absolute;
bottom: $network-footer-height;
bottom: 0;
&.right {
right: 0;
}
......
......@@ -103,11 +103,6 @@
<div class="card network">
<div *ngIf="myConfig.showLegend">
<app-network-legend [config]="myConfig"></app-network-legend>
</div>
<header class="card-header">
<p class="card-header-title">
Protein-Protein Interaction Network
......@@ -115,6 +110,9 @@
</header>
<div class="card-content fullheight">
<div class="card-image" id="canvas-content">
<div *ngIf="myConfig.showLegend">
<app-network-legend [config]="myConfig"></app-network-legend>
</div>
<div class="parent fullheight">
<div class="center image1 fullheight" #network>
<button class="button is-loading center" alt="loading...">Loading</button>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment