Skip to content
Snippets Groups Projects
Commit 2f29b31d authored by Dennis Tang's avatar Dennis Tang
Browse files

fix nav projects dropdown menu overflow due to bootstrap 4 upgrade

parent bb2a847c
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -35,6 +35,12 @@
@include media-breakpoint-down(xs) {
width: 100%;
}
&.projects-dropdown-menu {
padding: 0;
overflow-y: initial;
max-height: initial;
}
}
 
.dropdown-toggle,
Loading
Loading
Loading
Loading
@@ -297,12 +297,6 @@
display: flex;
margin: 0 0 0 6px;
 
.projects-dropdown-menu {
padding: 0;
overflow-y: initial;
max-height: initial;
}
.dropdown-chevron {
position: relative;
top: -1px;
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment