summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-29 17:57:13 +0200
committerszaimen <szaimen@e.mail.de>2021-07-29 23:03:31 +0200
commitf50193a4c26d4ab9739b10f257099e878237bfe0 (patch)
tree9f2016ba51ef46d8964f808cc90d8f106f79ecde
parent40e8864cd7717e382e5f631beb5c8a54fb29e458 (diff)
try to fix mobile contacts list
Signed-off-by: szaimen <szaimen@e.mail.de>
-rw-r--r--src/components/ContactsList.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/ContactsList.vue b/src/components/ContactsList.vue
index 61053a2b..b63e25bb 100644
--- a/src/components/ContactsList.vue
+++ b/src/components/ContactsList.vue
@@ -154,7 +154,7 @@ export default {
<style lang="scss" scoped>
// Make virtual scroller scrollable
.contacts-list {
- max-height: 100%;
+ max-height: calc(100vh - var(--header-height));
overflow: auto;
}
</style>