Answers for "bootstrap make scrollable"

2

make a container scrollable bootstrap

.anyClass {
  height:150px;
  overflow-y: scroll;
}
Posted by: Guest on December-03-2020

Browse Popular Code Answers by Language