summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard Steinmetz <richard@steinmetz.cloud>2022-09-30 17:34:59 +0200
committerbackportbot-nextcloud[bot] <backportbot-nextcloud[bot]@users.noreply.github.com>2022-09-30 15:43:12 +0000
commit90edc8e616edbea7f9e2942ebe675c0d06e34478 (patch)
treedd863a1f44a79a0d2503a29da6dbb46f4f71aa62
parentbf89263633bbf007a02cf75943abadd2f7291ef4 (diff)
Fix scrolling on mobile
Signed-off-by: Richard Steinmetz <richard@steinmetz.cloud>
-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;
}