Dropdown overflow fix

This commit is contained in:
Roman Hotsiy 2016-07-15 23:44:42 +03:00
parent 8b20b083ea
commit da9b4ab0b1
No known key found for this signature in database
GPG Key ID: 5CB7B3ACABA57CB0

View File

@ -69,6 +69,10 @@ $array-marker-line-height: 1.5;
}
}
zippy {
overflow: visible;
}
.zippy-content-wrap {
padding: 0;
}