Browse Source
Merge pull request #183 from dfattlar/fix/network-loading-css
fix(network-loading-css): Increase z-index on Form modal
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
1 changed files with
1 additions and
1 deletions
-
app/components/Form/Form.scss
|
|
@ -13,7 +13,7 @@ |
|
|
|
|
|
|
|
&.open { |
|
|
|
opacity: 1; |
|
|
|
z-index: 10; |
|
|
|
z-index: 20; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|