thingsboard-aplcache

UI:fix

12/6/2017 1:19:32 PM

Changes

Details

diff --git a/ui/src/scss/animations.scss b/ui/src/scss/animations.scss
index e7d9820..ab27252 100644
--- a/ui/src/scss/animations.scss
+++ b/ui/src/scss/animations.scss
@@ -39,6 +39,6 @@
 @include keyframes(tbMoveToBottomFade) {
   to {
     opacity: 0;
-    @include transform(translate(0, 100%));
+    @include transform(translate(0, 150%));
   }
 }
\ No newline at end of file