remove menu scroll #242

This commit is contained in:
Marcos Moura 2016-12-23 12:25:20 -02:00
parent 88faae32f5
commit b737bd834b
2 changed files with 3 additions and 3 deletions

View file

@ -19,6 +19,6 @@
}
&.md-transparent {
background: none;
background: rgba(#000, .005);
}
}

View file

@ -104,9 +104,9 @@
if (this.mdAlignTrigger) {
if (vertical === 'top') {
top -= menuTriggerRect.height;
top -= menuTriggerRect.height + 11;
} else {
top += menuTriggerRect.height;
top += menuTriggerRect.height + 11;
}
}