gpt4 book ai didi

html - 无论我将其缩小多远,我的网站都有一个滚动条

转载 作者:太空宇宙 更新时间:2023-11-04 09:24:41 32 4
gpt4 key购买 nike

我的网站在这里:http://doggo.info

无论我缩小多远,即使我使窗口比屏幕元素高得多,它仍然显示滚动条。我认为这可能是因为我的 CSS,它在这里:

html,body {
height: 100%;
}

* {
-moz-box-sizing: border-box;
}

body {
background-color: #ededed;
color: #424242;
margin: 0;
font-family:"Helvetica Neue",Helvetica,Arial,sans-serif;
font-size:14px;
line-height:1.428571429;
}

h1,h2,h3,h4,h5,h6,.h1,.h2,.h3,.h4,.h5,.h6{font-family:"HelveticaNeue-Light","Helvetica Neue Light","Helvetica Neue",Helvetica,Arial,"Lucida Grande",sans-serif;font-weight:normal;line-height:1.1;color:#333}h1 small,h2 small,h3 small,h4 small,h5 small,h6 small,.h1 small,.h2 small,.h3 small,.h4 small,.h5 small,.h6 small{font-weight:normal;line-height:1}
h1,.h1{font-size:48px;line-height:52px}
h2,.h2{font-size:36px;line-height:42px}
h3,.h3{font-size:28px;line-height:36px}
h4,.h4{font-size:24px;line-height:25px}
h5,.h5{font-size:20px;line-height:24px}
h6,.h6{font-size:18px;line-height:24px}

h1, p {
font-family: "Helvetica Neue", "Segoe UI", Segoe, Helvetica, Arial, "Lucida Grande", sans-serif;
font-weight: normal;
margin: 0;
padding: 0;
}

a {
color:#3282e6;
text-decoration: none;
}
a:hover, a:focus {
color:#165db5;
text-decoration:underline;
}
.row:before, .row:after {
display: table;
content: " ";
}

.text-center{text-align:center}

.container {
margin-left: auto;
margin-right: auto;
margin-top: 177px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}

@media screen and (max-width:768px)
{
.container {
margin-left: auto;
margin-right: auto;
margin-top: 60px;
max-width: 1170px;
padding-right: 15px;
padding-left: 15px;
}
}

#footer {position: relative; z-index: 10; height: 3em; margin-top: -3em; background-color: #EEEEEE}
html, body, .container { height: 100%;}
body > .container { height: auto; min-height: 100%; }

对不起,如果我做的事情真的很蠢,我是个菜鸟。

最佳答案

  1. 添加 html, body { margin: 0;填充:0; }

  2. body > .container

  3. 中移除 min-height: 100%

这应该可以解决您的问题。

当你有一个至少 100% 的视口(viewport)后跟一个 3em 高的页脚的容器时,你将始终有一个滚动条!

关于html - 无论我将其缩小多远,我的网站都有一个滚动条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/41205937/

32 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com