Textarea重叠粘性页脚

时间:2017-12-18 03:04:44

标签: jquery html css

我遇到textarea问题。它与我的粘性页脚重叠,如下图所示。我该如何解决这个问题?

enter image description here

我的页脚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%;
}

1 个答案:

答案 0 :(得分:0)

你需要在#footer css中添加“z-index”,并将z-index数设置为大于textarea包装器的数量。