1
0
mirror of https://github.com/owncloudarchive/contacts.git synced 2025-02-12 06:54:28 +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 { #contacts-settings.open {
height: auto; height: auto;
z-index: 10; z-index: 10;
overflow-y: scroll; overflow-y: auto;
} }
#contacts-settings { #contacts-settings {
-webkit-box-sizing: border-box; -webkit-box-sizing: border-box;