简体   繁体   中英

Zurb Foundation Modal Positioning Issue

I am currently working on a website where the reveal modal window when I am at the top of the page works perfectly if I scroll down the page the modal exceeds the window size. Like so

在此处输入图片说明

I believe that the modal is determining that since I am scrolled the window? size is larger and determines the appropriate position to place the modal which is not in the center of the screen.

The position added to the modal is

top: 511px;

Is there a way to get around this to prevent it from exceeding the window size?

I figured out a way to prevent this from happening by adding

html { 
  overflow: hidden;
}

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM