Merge pull request #891 from poanetwork/fix-network-selection-menu

Fix z-index issue with the network selection menu
stable-1.0
Andrew Cravenho 6 years ago committed by GitHub
commit 73759eb819
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/block_scout_web/assets/css/components/_dashboard-banner.scss
  2. 2
      apps/block_scout_web/assets/css/components/_navbar.scss

@ -57,7 +57,7 @@
position: absolute;
right: 0;
bottom: 0;
z-index: 100;
z-index: 10;
}
.dashboard-banner-chart {

@ -1,6 +1,6 @@
.navbar {
position: relative;
z-index: 10;
z-index: 100;
&-primary {
background-color: $primary;

Loading…
Cancel
Save