我遇到textarea问题。它与我的粘性页脚重叠,如下图所示。我该如何解决这个问题?
我的页脚css
#footer {
display: flex;
flex-direction: row;
flex-wrap: wrap;
justify-content: center;
align-items: center;
background-color: #4d4d4d;
border-top: 1px solid #e87f29;
color: #efefef;
position: fixed;
bottom: 0;
min-width: 100%;
}
答案 0 :(得分:0)
你需要在#footer css中添加“z-index”,并将z-index数设置为大于textarea包装器的数量。