Skip to content
Snippets Groups Projects
Commit 7eb51316 authored by Kushal Pandya's avatar Kushal Pandya Committed by Annabel Dunstone Gray
Browse files

Fix navigation dropdown close animation on mobile screens

parent ab968fd4
No related branches found
No related tags found
No related merge requests found
Loading
Loading
@@ -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 ');
Loading
Loading
---
title: Fix navigation dropdown close animation on mobile screens
merge_request: 14649
author:
type: fixed
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