]> source.dussan.org Git - nextcloud-server.git/commitdiff
Fix non-centered no javascript message 19716/head
authorGary Kim <gary@garykim.dev>
Sat, 29 Feb 2020 02:43:42 +0000 (10:43 +0800)
committerbackportbot[bot] <backportbot[bot]@users.noreply.github.com>
Sat, 29 Feb 2020 10:31:51 +0000 (10:31 +0000)
Signed-off-by: Gary Kim <gary@garykim.dev>
core/css/styles.scss

index 30baa4b73ac15a0d8b548d6510fbd1ec654a2cae..b7bf0df7ecd76cef8c8508610e8fd0979b16d8e5 100644 (file)
@@ -8,7 +8,7 @@
  * @copyright Copyright (c) 2016, Christoph Wurst <christoph@winzerhof-wurst.at>
  * @copyright Copyright (c) 2016, Raghu Nayyar <hey@raghunayyar.com>
  * @copyright Copyright (c) 2011-2017, Jan-Christoph Borchardt <hey@jancborchardt.net>
- * @copyright Copyright (c) 2019, Gary Kim <gary@garykim.dev>
+ * @copyright Copyright (c) 2019-2020, Gary Kim <gary@garykim.dev>
  *
  * @license GNU AGPL version 3 or any later version
  *
@@ -122,6 +122,7 @@ body {
        position: fixed;
        top: 0;
        bottom: 0;
+       left: 0;
        height: 100%;
        width: 100%;
        z-index: 9000;