snowcap / SnowcapAdminBundle

4 stars 2 forks source link

Form collection style #116

Open Moinax opened 10 years ago

Moinax commented 10 years ago

Why is there an overflow: auto on the .form-collection class ?

.form-collection {
    overflow: auto;

It generates scroll on collection add.

pvanliefland commented 10 years ago

Probably because we often have floating collection elements.

Pierre Vanliefland +32 2 305 33 54 +32 486 58 41 59 pierre@snowcap.be

Looking for our offices ? Check Google Maps Follow us on Twitter : @snwcp Visit our website : www.snowcap.be

On 17 Mar 2014, at 17:16, Jérôme Poskin notifications@github.com wrote:

Why is there an overflow: auto on the .form-collection class ?

.form-collection { overflow: auto; It generates scroll on collection add.

— Reply to this email directly or view it on GitHub.