From ff6db60b8ccb44205928e4da311057cddc26f279 Mon Sep 17 00:00:00 2001 From: Gary Kim Date: Sat, 29 Feb 2020 10:43:42 +0800 Subject: [PATCH] Fix non-centered no javascript message Signed-off-by: Gary Kim --- core/css/styles.scss | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/core/css/styles.scss b/core/css/styles.scss index b6f1306708..ffdd8b361d 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -8,7 +8,7 @@ * @copyright Copyright (c) 2016, Christoph Wurst * @copyright Copyright (c) 2016, Raghu Nayyar * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt - * @copyright Copyright (c) 2019, Gary Kim + * @copyright Copyright (c) 2019-2020, Gary Kim * * @license GNU AGPL version 3 or any later version * @@ -124,6 +124,7 @@ body { position: fixed; top: 0; bottom: 0; + left: 0; height: 100%; width: 100%; z-index: 9000;