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

Fixed positioning of the Box #684

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Jan 13, 2015

  1. Fixed positioning of the box.

    "Top", "Left", "Right", "Bottom" positioning settings were not taken into account as "top" and "left" vars were not used in $box.css() assignment. (Now on line jackmoore#648).
    
    On the other hand, scrollTop or scrollLeft isn't needed as fixed / aboslute positioning is set by CSS "position" attribute.
    gabrieljenik committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    2b5a9bb View commit details
    Browse the repository at this point in the history
  2. Fixed positioning of the box.

    Finished last fix.
    gabrieljenik committed Jan 13, 2015
    Configuration menu
    Copy the full SHA
    73c76b5 View commit details
    Browse the repository at this point in the history