Skip to content
GitLab
Explore
Projects
Groups
Snippets
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Bootstrap
bootstrap
Commits
4d690967
Commit
4d690967
authored
8 years ago
by
Simon Bächler
Browse files
Options
Download
Email Patches
Plain Diff
add overflow hidden to dropdown menu
parent
cfb25f69
1 merge request
!21895
add overflow hidden to dropdown menu
This commit is part of merge request
!21895
. Comments created here will be created in the context of that merge request.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scss/_dropdown.scss
+1
-0
scss/_dropdown.scss
with
1 addition
and
0 deletions
+1
-0
scss/_dropdown.scss
+
1
-
0
Edit
View file @
4d690967
...
...
@@ -105,6 +105,7 @@
// Show the menu
>
.dropdown-menu
{
display
:
block
;
overflow
:
hidden
;
}
// Remove the outline when :focus is triggered
...
...
This diff is collapsed.
Click to expand it.
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment
Menu
Explore
Projects
Groups
Snippets