Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Material guideline #196

Open
wants to merge 15 commits into
base: v4-dev
Choose a base branch
from
Prev Previous commit
Next Next commit
Material guideline
  • Loading branch information
djibe authored Jun 28, 2018
commit 481a2ad0ff7461d6ab7a8bd7ecd782413e880bd9
1 change: 1 addition & 0 deletions assets/scss/material/_menu.scss
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
list-style: none;
margin: 0;
min-width: $menu-min-width;
max-width: calc(100vw - 32px);
padding: $menu-padding-y 0;
position: absolute;
top: 100%;
Expand Down