Commit f2560340 authored by Annabel Gray's avatar Annabel Gray

Merge branch '47158-bs4-nav-projects-dropdown-overflow' into 'master'

Resolve "Projects \/ menu displays scrolls bar for short period of time"

Closes #47158

See merge request gitlab-org/gitlab-ce!19404
parents 6db04d49 2f29b31d
......@@ -35,6 +35,12 @@
@include media-breakpoint-down(xs) {
width: 100%;
}
&.projects-dropdown-menu {
padding: 0;
overflow-y: initial;
max-height: initial;
}
}
.dropdown-toggle,
......
......@@ -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;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment