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

enter image description here

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

Popular posts from this blog

cakephp - simple blog with croogo -

How to group boxplot outliers in gnuplot -

bash - Performing variable substitution in a string -