继承我的CSS代码
.Month
{
height: 20%;
width: 275px;
position: fixed;
z-index: 1;
top: 50%;
left: 71%;
background-color: #FFB6C1;
overflow-x: hidden;
padding-top: 20px;
text-align:center;
}
我试图在侧面制作一个导航栏,但是我遇到了一个问题。导航栏弹出,但它跟随网站上的用户,我试图让它不跟随用户,因为他们滚动整个网站。先谢谢你。