diff options
author | Kushal Pandya <kushalspandya@gmail.com> | 2017-10-03 14:21:33 +0000 |
---|---|---|
committer | Annabel Dunstone Gray <annabel.dunstone@gmail.com> | 2017-10-03 14:21:33 +0000 |
commit | 7eb513169a08913238bb3d1526490f00862e59f8 (patch) | |
tree | b672dd3ba9982a2c5763f52ee54c809b23ecb059 /app/assets/stylesheets/framework/dropdowns.scss | |
parent | ab968fd4653a21c58272159358a6964c055d2ba6 (diff) | |
download | gitlab-ce-7eb513169a08913238bb3d1526490f00862e59f8.tar.gz |
Fix navigation dropdown close animation on mobile screens
Diffstat (limited to 'app/assets/stylesheets/framework/dropdowns.scss')
-rw-r--r-- | app/assets/stylesheets/framework/dropdowns.scss | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/app/assets/stylesheets/framework/dropdowns.scss b/app/assets/stylesheets/framework/dropdowns.scss index c0d8e6c328c..5c397470629 100644 --- a/app/assets/stylesheets/framework/dropdowns.scss +++ b/app/assets/stylesheets/framework/dropdowns.scss @@ -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 '); |