Skip to content

Commit 179445c

Browse files
willshowelljelbourn
authored andcommitted
chore(demo-app): fix aligned menu triggers and add make page scrollable (#8280)
1 parent e055b9f commit 179445c

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

src/demo-app/menu/menu-demo.html

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -167,3 +167,5 @@
167167
</mat-menu>
168168
</div>
169169
</div>
170+
171+
<div style="height: 500px">This div is for testing scrolled menus.</div>

src/demo-app/menu/menu-demo.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@
88
}
99

1010
.end-icon {
11-
align-items: flex-end;
11+
justify-content: flex-end;
1212
}
1313
}

0 commit comments

Comments
 (0)