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:
parent
c13080f0f9
commit
266a074f32
@ -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;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user