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

530 Valid Hostname Is Expected When Setting Up IIS 10 For Multiple Sites

C Perror Example

Converting A String To Int In Groovy