Browse Source
Merge pull request #557 from mrfelton/fix/currency-selector-z-index
fix(ui): increase currency selector z-index
renovate/lint-staged-8.x
JimmyMow
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with
2 additions and
0 deletions
-
app/components/Form/Pay.scss
-
app/components/Form/Request.scss
|
|
@ -123,6 +123,7 @@ |
|
|
|
visibility: hidden; |
|
|
|
position: absolute; |
|
|
|
top: 30px; |
|
|
|
z-index: 10; |
|
|
|
|
|
|
|
&.active { |
|
|
|
visibility: visible; |
|
|
|
|
|
@ -102,6 +102,7 @@ |
|
|
|
visibility: hidden; |
|
|
|
position: absolute; |
|
|
|
top: 30px; |
|
|
|
z-index: 10; |
|
|
|
|
|
|
|
&.active { |
|
|
|
visibility: visible; |
|
|
|