1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-01-30 19:52:17 +01:00

Contacts: Use auto instead of scroll for the share fix from @agamann

This commit is contained in:
Thomas Tanghus 2013-04-01 04:17:04 +02:00
parent c13080f0f9
commit 266a074f32

View File

@ -374,7 +374,7 @@ ul.propertylist { width: 450px; }
#contacts-settings.open {
height: auto;
z-index: 10;
overflow-y: scroll;
overflow-y: auto;
}
#contacts-settings {
-webkit-box-sizing: border-box;