mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-05-28 16:38:16 +00:00
remove menu scroll #242
This commit is contained in:
parent
88faae32f5
commit
b737bd834b
2 changed files with 3 additions and 3 deletions
|
|
@ -19,6 +19,6 @@
|
|||
}
|
||||
|
||||
&.md-transparent {
|
||||
background: none;
|
||||
background: rgba(#000, .005);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
|
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue