Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/contacts.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/css
diff options
context:
space:
mode:
authorszaimen <szaimen@e.mail.de>2021-07-29 21:12:56 +0300
committerszaimen <szaimen@e.mail.de>2021-07-29 21:15:58 +0300
commit5e7bead407679633b8ec636f8e888d9d0fcde95a (patch)
treeab4cc97c4012bf45927a4918a03ec8d89a312567 /css
parent40e8864cd7717e382e5f631beb5c8a54fb29e458 (diff)
allow to scroll the app-content-details
Signed-off-by: szaimen <szaimen@e.mail.de>
Diffstat (limited to 'css')
-rw-r--r--css/contacts.scss1
1 files changed, 1 insertions, 0 deletions
diff --git a/css/contacts.scss b/css/contacts.scss
index 426fc14a..3cd78404 100644
--- a/css/contacts.scss
+++ b/css/contacts.scss
@@ -50,6 +50,7 @@ $grid-input-height-with-margin: $grid-height-unit - $grid-input-margin * 2;
.app-content-details {
padding: 0 44px 80px 44px;
+ overflow: auto;
}
.app-content-list {