Commit 4d690967 authored by Simon Bächler's avatar Simon Bächler
Browse files

add overflow hidden to dropdown menu

parent cfb25f69
1 merge request!21895add 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.
Showing with 1 addition and 0 deletions
+1 -0
......@@ -105,6 +105,7 @@
// Show the menu
> .dropdown-menu {
display: block;
overflow: hidden;
}
// Remove the outline when :focus is triggered
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment