当有人向下滚动 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