Skip to content

Instantly share code, notes, and snippets.

@maagmirror
Created February 3, 2019 17:59
Show Gist options
  • Save maagmirror/ade9ebab609ab14dd8abb119eccde9f7 to your computer and use it in GitHub Desktop.
Save maagmirror/ade9ebab609ab14dd8abb119eccde9f7 to your computer and use it in GitHub Desktop.
.navbar-collapse {
overflow-x: visible;
padding-right: 15px;
padding-left: 15px;
border-top: 1px solid transparent;
box-shadow: inset 0 1px 0 rgba(255,255,255,0.1);
-webkit-overflow-scrolling: touch;
}
.collapse {
display: none;
visibility: hidden;
}
.navbar-collapse.in {
overflow-y: auto;
}
.collapse.in {
display: block;
visibility: visible;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment