diff options
author | Roeland Jago Douma <rullzer@users.noreply.github.com> | 2020-03-01 16:10:57 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-01 16:10:57 +0100 |
commit | ba6e44746fd0e7a0ba334bdd49127077bd7c267f (patch) | |
tree | 92ec7daa7682014af0bb55e1e7f9f0fa1afa7a14 /core | |
parent | f16322d49277f2ba075c22ba2e266ce74f0ea9a7 (diff) | |
parent | 6c59808ecdcdae6e37d6fbf9d10ef3d5476f4462 (diff) | |
download | nextcloud-server-ba6e44746fd0e7a0ba334bdd49127077bd7c267f.tar.gz nextcloud-server-ba6e44746fd0e7a0ba334bdd49127077bd7c267f.zip |
Merge pull request #19715 from nextcloud/backport/19707/stable18
[stable18] Fix non-centered no javascript message
Diffstat (limited to 'core')
-rw-r--r-- | core/css/styles.scss | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/core/css/styles.scss b/core/css/styles.scss index b6f1306708a..ffdd8b361d7 100644 --- a/core/css/styles.scss +++ b/core/css/styles.scss @@ -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 * @@ -124,6 +124,7 @@ body { position: fixed; top: 0; bottom: 0; + left: 0; height: 100%; width: 100%; z-index: 9000; |