简体   繁体   中英

Scrollbar appearing inside my website

I have a problem with my website. http://flightsdubai.org/America/Dubai-to-America.php5

There is a mystical scrollbar that appears inside my content window.

http://flightsdubai.org/Asia/Dubai-to-Asia.php5 is based on the same template, yet there is no mysterious scrollbar there.

Has anyone had this problem before? Any help will be appreciated.

只需从mainContent删除overflow-x:hidden ,然后将display:block更改为display:inline-block

just remove the overflow-x: hidden; and give the overflow: hidden; to your this class .maincontent

i hope this will work........

UPDATED CSS

.mainContent {
    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