gpt4 book ai didi

html - Css 侧边栏静态

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

当有人向下滚动 site 时,我希望左侧边栏和边距线保持原位 。但是侧边栏一直在改变它的位置 here 调整屏幕大小。任何修复?

@media only screen and (max-width: 550px) {
.side-bar-icon {
display: none;
}
.side-line {
position: relative;
max-width: 36rem;
border-right: none; !important;
border-bottom: thick solid #ef4a60;
padding-bottom: 30px;
margin-bottom: 50px;
}

引用代码 here

最佳答案

@media (min-width: 550px)
.eight.columns {
width: 65.3333333333%;
/* margin-left: 45%; comment this out*/
}

.side-bar {
position: relative;/* change fixed to relative */
top: 1;
left: 1;
}

只是一个补充,使用 !important 是非常糟糕的做法,除非非常非常重要。只是一个建议!

enter image description here

关于html - Css 侧边栏静态,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/39014365/

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