固定层被textarea里的文字穿透
想做个顶部固定按钮。
下方是个textarea。固定view可以盖住textarea,但当输入文字时,文字却穿透了固定view的背景色与文字。
求助。
.bar { height : 80 rpx; width : 100% ; position : fixed ; top : 0px ; border-top-width : 1px ; border-top-style : solid ; border-top-color : #F7F7F7 ; z-index : 99999999 ; } |