Skip to content

Commit cd7f906

Browse files
committed
default to appendToBody cause it's just better
1 parent 4d4b998 commit cd7f906

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

src/dialog/overflow-menu/overflow-menu.component.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,8 @@ import { Component } from "@angular/core";
1717
template: `
1818
<div
1919
[ibmOverflowMenu]="options"
20+
[appendToBody]="true"
21+
placement="bottom"
2022
class="bx--overflow-menu"
2123
style="display: block;">
2224
<svg class="bx--overflow-menu__icon" width="3" height="15" viewBox="0 0 3 15">
@@ -32,4 +34,5 @@ import { Component } from "@angular/core";
3234
</ng-template>
3335
`
3436
})
35-
export class OverflowMenu {}
37+
export class OverflowMenu {
38+
}

0 commit comments

Comments
 (0)