Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dynamic evaluation of the autocomp box container. #433

Merged
merged 1 commit into from
May 29, 2015

Commits on May 29, 2015

  1. Dynamic evaluation of the autocomp box container.

    In 2.2.0 series, we want most complete support of Django admin - which means
    all edge cases - and it's oldschool overflow: hidden way of clearing floats.
    
    On the other hand, we also want top-notch support for modern CSS patterns such
    as the .clearfix which is the most-standard way of clearing floats IMHO and is
    of course the way all modern CSS frameworks clear their floats.
    
    By default, this traverses this.input's parents to find the nearest parent
    with an 'absolute' or 'fixed' position. This prevents scrolling issues that
    we'd have by boldly using <body>.
    jpic committed May 29, 2015
    Configuration menu
    Copy the full SHA
    fa162be View commit details
    Browse the repository at this point in the history