Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在制作一个简单的移动网页,并将文本输入放在页面上以及许多元素上。所以要查看底部元素,需要滚动。但是当我滚动页面时,我发现我的文本输入异常地一起移动。
下图是我在我的 android 网络浏览器中发生错误时捕获的。第一个是原始文本输入,绿色框是发生错误。
请让我知道如何解决它..
自我回答。
它的发生是因为它的内容高度。我通过更改内容高度来修复它:auto; 在 CSS 中:)