Fix navigation dropdown close animation on mobile screens
This commit is contained in:
parent
ab968fd465
commit
7eb513169a
2 changed files with 12 additions and 0 deletions
|
@ -873,6 +873,13 @@
|
|||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
|
||||
header.navbar-gitlab-new .header-content .dropdown {
|
||||
.dropdown-menu {
|
||||
left: 0;
|
||||
min-width: 100%;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@include new-style-dropdown('.breadcrumbs-list .dropdown ');
|
||||
|
|
|
@ -0,0 +1,5 @@
|
|||
---
|
||||
title: Fix navigation dropdown close animation on mobile screens
|
||||
merge_request: 14649
|
||||
author:
|
||||
type: fixed
|
Loading…
Reference in a new issue