Merge pull request #963

Fix z-index of language dropdown
This commit is contained in:
luigi1111 2020-05-09 16:47:00 -05:00 committed by GitHub
commit 96ccee6072
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1886,7 +1886,7 @@ img.monero-logo {
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
z-index: 1;
z-index: 2;
-webkit-transition: all .3s ease;
-moz-transition: all .3s ease;
-ms-transition: all .3s ease;