Skip to content

Instantly share code, notes, and snippets.

@zhenyanghua
Created March 31, 2016 23:20
Show Gist options
  • Save zhenyanghua/8c42e83e759d080e3be83d4278b77e67 to your computer and use it in GitHub Desktop.
Save zhenyanghua/8c42e83e759d080e3be83d4278b77e67 to your computer and use it in GitHub Desktop.
Bootstrap tab content style fix.
.tab-content > .tab-pane { display: block; height: 0; overflow: hidden; }
.tab-content > .active { display: block; height: auto; }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment