From 8404eafbaecc343e2b171aaf39bd8d03da80efe8 Mon Sep 17 00:00:00 2001 From: Andrey Antukh Date: Sun, 13 Mar 2016 15:12:35 +0200 Subject: [PATCH] Minor fix on messages style. --- resources/styles/framework.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/resources/styles/framework.scss b/resources/styles/framework.scss index c9527c35e0..76640d38e9 100644 --- a/resources/styles/framework.scss +++ b/resources/styles/framework.scss @@ -847,6 +847,7 @@ input[type=range]:focus::-ms-fill-upper { .message { position: fixed; top: 20px; + left: 0px; width: 100%; z-index: 12; @include animation(0, 1s, fadeInDown);