Bootstrap Overflow Horizontal Scroll Code Example


Example 1: make a container scrollable bootstrap

.anyClass {   height:150px;   overflow-y: scroll; }

Example 2: overflow hidden in bs4

<div class="overflow-auto">...</div> <div class="overflow-hidden">...</div>

Comments

Popular posts from this blog

Converting A String To Int In Groovy

"Cannot Create Cache Directory /home//.composer/cache/repo/https---packagist.org/, Or Directory Is Not Writable. Proceeding Without Cache"

Android How Can I Convert A String To A Editable