Skip to content
Snippets Groups Projects
Commit 6cdc5634 authored by Michael Hartung's avatar Michael Hartung
Browse files

z index for analysis

parent b9450352
No related branches found
No related tags found
No related merge requests found
...@@ -75,8 +75,12 @@ ...@@ -75,8 +75,12 @@
.network-footer-toolbar{ .network-footer-toolbar{
.dropdown-menu{ .dropdown-menu{
z-index: $analysis-network-toolbar-dropdown-z; z-index: $analysis-network-toolbar-dropdown-z !important;
} }
} }
.legend {
z-index: $analysis-network-legend-z !important;
}
...@@ -6,6 +6,7 @@ div.legend { ...@@ -6,6 +6,7 @@ div.legend {
bottom: 0; bottom: 0;
left: 1rem; left: 1rem;
bottom: 1rem; bottom: 1rem;
z-index: $explorer-networklegend-z;
&.right { &.right {
right: 0; right: 0;
} }
......
...@@ -5,12 +5,15 @@ $network-footer-inner-container-height: 25rem; ...@@ -5,12 +5,15 @@ $network-footer-inner-container-height: 25rem;
$network-footer-space-button-to-border: 0.5rem; $network-footer-space-button-to-border: 0.5rem;
$explorer-network-z: 10; $explorer-network-z: 10;
$explorer-networklegend-z: 20;
$explorer-network-toolbar-dropdown-z: 20; $explorer-network-toolbar-dropdown-z: 20;
$analysis-view-z: 30; $analysis-view-z: 30;
$analysis-network-z: 40; $analysis-network-z: 40;
$analysis-network-legend-z: 40;
$analysis-network-toolbar-dropdown-z: 50; $analysis-network-toolbar-dropdown-z: 50;
$analysis-tab-header-height: 2.5rem; $analysis-tab-header-height: 2.5rem;
$analysis-tab-header-padding: 1.5rem; $analysis-tab-header-padding: 1.5rem;
......
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