diff options
author | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-30 12:02:45 +0200 |
---|---|---|
committer | John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com> | 2018-07-30 12:48:24 +0200 |
commit | 2be323d19506c9efa7218cdd6fcd30901a006039 (patch) | |
tree | 5f758eefd4676f5c551389bdcd58111171f2fe33 /core/css/apps.scss | |
parent | 3de1eb480e6b19ea8fbff39ff9a129f09404c277 (diff) | |
download | nextcloud-server-2be323d19506c9efa7218cdd6fcd30901a006039.tar.gz nextcloud-server-2be323d19506c9efa7218cdd6fcd30901a006039.zip |
Mobile scroll fixes
Signed-off-by: John Molakvoæ (skjnldsv) <skjnldsv@protonmail.com>
Diffstat (limited to 'core/css/apps.scss')
-rw-r--r-- | core/css/apps.scss | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/core/css/apps.scss b/core/css/apps.scss index e880c2a18d7..02603562c6f 100644 --- a/core/css/apps.scss +++ b/core/css/apps.scss @@ -589,7 +589,6 @@ kbd { display: flex; // padding is included in height padding-top: $header-height; - overflow-y: auto; min-height: 100%; } @@ -617,7 +616,7 @@ kbd { align-items: stretch; /* CONTENT DETAILS AFTER LIST*/ - .app-content-detail { + .app-content-details { /* grow full width */ flex-grow: 1; #app-navigation-toggle-back { |