try to fix mobile contacts list

Signed-off-by: szaimen <szaimen@e.mail.de>
This commit is contained in:
szaimen 2021-07-29 17:57:13 +02:00
parent 40e8864cd7
commit f50193a4c2
1 changed files with 1 additions and 1 deletions

View File

@ -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>