From e2af72337055c3bfc433040248da7d8ab7d8f77c Mon Sep 17 00:00:00 2001 From: Godwin Date: Mon, 31 Aug 2015 15:53:57 -0700 Subject: [PATCH] Upgraded z-index of translation control so it is viewable on mobile --- app/assets/stylesheets/_translations.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/assets/stylesheets/_translations.scss b/app/assets/stylesheets/_translations.scss index ec35268..ff672b6 100644 --- a/app/assets/stylesheets/_translations.scss +++ b/app/assets/stylesheets/_translations.scss @@ -424,7 +424,7 @@ html #lingua-franca-translation-form { @include _(transition, #{transform $transition-time ease-in-out, z-index 0ms linear $transition-time}); &.editing { - z-index: 1; + z-index: 98; @include _(transform, scale(1)); @include _(transition, transform $transition-time ease-in-out); }