Browse Source

Upgraded z-index of translation control so it is viewable on mobile

development
Godwin 9 years ago
parent
commit
e2af723370
  1. 2
      app/assets/stylesheets/_translations.scss

2
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);
}

Loading…
Cancel
Save