javascript - Zurb Foundation Modal Positioning Issue -
i working on website reveal modal window when @ top of page works if scroll down page modal exceeds window size. so

i believe modal determining since scrolled window? size larger , determines appropriate position place modal not in center of screen.
the position added modal
top: 511px; is there way around prevent exceeding window size?
i figured out way prevent happening adding
html { overflow: hidden; }
Comments
Post a Comment