Skip to content
Snippets Groups Projects
Commit f2560340 authored by Annabel Gray's avatar Annabel Gray
Browse files

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
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