Minimal repro:
<html>
<head>
<style type="text/css">
.header {
position: fixed;
top: 0;
}
.content {
margin-top: 20px;
}
</style>
</head>
<body>
<div class="header">Header</div>
<div class="content" contenteditable>Content</div>
</body>
</html>
In the above example, the contenteditable
div is not actually editable. If the position: fixed
style is removed from the header
div, then it is editable. The same issue occurs with position: absolute
.
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too