CSS Overflow X
Preview
Code
<style>
.box{
width:200px;
border:1px solid #2563eb;
overflow-x:auto;
white-space:nowrap;
}
</style>
<div class="box">
This is a long horizontal text that forces horizontal scrolling.
</div>
<style>
.box{
width:200px;
border:1px solid #2563eb;
overflow-x:auto;
white-space:nowrap;
}
</style>
<div class="box">
This is a long horizontal text that forces horizontal scrolling.
</div>