Merge pull request #549 from ethereum/currectedZOfMedia

currected Z-index Of Media panels
dontThrowIfNoSourceLocation
Liana Husikyan 4 years ago committed by GitHub
commit cfd41cb939
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      apps/remix-ide/src/app/ui/landing-page/landing-page.js

@ -48,7 +48,7 @@ let css = csjs`
.rightPanel {
right: 0;
position: absolute;
z-index: 1000;
z-index: 3;
}
.remixHomeMedia {
overflow-y: auto;

Loading…
Cancel
Save