Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

<!DOCTYPE html>
<html>
<head>
<link rel="match" href="max-content-nested-textarea-with-scrollbar-ref.html">
<style>
.container {
width: max-content;
border: 1px solid blue;
}
.wrapper {
display: inline-block;
}
textarea {
display: block;
}
</style>
</head>
<body>
<div class=container>
<div class=wrapper>
<textarea>hello
world</textarea>
</div>
</div>
</body>
</html>