summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGreta <gretadoci@gmail.com>2022-09-30 18:13:55 +0200
committerGitHub <noreply@github.com>2022-09-30 18:13:55 +0200
commit34b79520633f16374ebf6d1957cc50cd7ecbf400 (patch)
treedd863a1f44a79a0d2503a29da6dbb46f4f71aa62
parentbf89263633bbf007a02cf75943abadd2f7291ef4 (diff)
parent90edc8e616edbea7f9e2942ebe675c0d06e34478 (diff)
Merge pull request #3003 from nextcloud/backport/3002/stable5.0
[stable5.0] Fix scrolling on mobile
-rw-r--r--src/components/ContactDetails.vue1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/components/ContactDetails.vue b/src/components/ContactDetails.vue
index c1305141..97aaf610 100644
--- a/src/components/ContactDetails.vue
+++ b/src/components/ContactDetails.vue
@@ -805,6 +805,7 @@ export default {
<style lang="scss" scoped>
// Container height fix for dropdowns
.app-content-details {
+ height: 100%;
min-height: calc(100vh - var(--header-height));
padding: 0 44px 80px 44px;
}