JSFiddle - React, Tailwind, and code Playground
by yijiang
HTML
<div id="outer">
<div></div>
</div>
CSS
#outer {
height: 200px;
overflow: auto;
width: 200px;
}
#outer div {
height: 101%;
}
by yijiang
<div id="outer">
<div></div>
</div>
#outer {
height: 200px;
overflow: auto;
width: 200px;
}
#outer div {
height: 101%;
}