diff --git a/app/assets/stylesheets/shared/question-mark-icon.scss b/app/assets/stylesheets/shared/question-mark-icon.scss index 449c7244ec..0f4901a98f 100644 --- a/app/assets/stylesheets/shared/question-mark-icon.scss +++ b/app/assets/stylesheets/shared/question-mark-icon.scss @@ -56,6 +56,7 @@ margin-left: -7.4rem; margin-top: -0.1rem; background-color: transparent; + z-index: $modal-zIndex + 1; .background { position: fixed; diff --git a/app/assets/stylesheets/shared/variables/variables.scss b/app/assets/stylesheets/shared/variables/variables.scss index c0bdd5fab1..866a20d160 100644 --- a/app/assets/stylesheets/shared/variables/variables.scss +++ b/app/assets/stylesheets/shared/variables/variables.scss @@ -4,6 +4,9 @@ $white: #fff; $dynamic-blue: #3d8dd1; $teal-500: #0096ad; +/* Defined in foundation-rails components/_reveal.scss */ +$modal-zIndex: 1005; + @font-face { font-family: 'OFN'; src: font-url('OFN-v2.eot'); @@ -22,4 +25,4 @@ $teal-500: #0096ad; font-style: normal; font-variant: normal; text-transform: none; -} \ No newline at end of file +}