Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save shaddam/805f3693df861c67704d6f4255d9978d to your computer and use it in GitHub Desktop.

Select an option

Save shaddam/805f3693df861c67704d6f4255d9978d to your computer and use it in GitHub Desktop.
Multiple slick slider inside Bootstrap 4 Tabs
.tab-content{
position: relative;
}
.tab-content>.tab-pane {
display: block;
visibility: hidden;
}
.tab-content>.tab-pane.active {
visibility: visible;
}
.tab-pane:not(:first-child){
position: absolute;
left: 0;
top: 0;
height: 100%;
width: 100%;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment