Skip to content

Commit ebeb579

Browse files
committed
add connected position strategy tests
1 parent e5a205c commit ebeb579

File tree

5 files changed

+457
-337
lines changed

5 files changed

+457
-337
lines changed

src/demo-app/tooltip/tooltip-demo.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
<div class="demo-tooltip">
22
<h1>Tooltip Demo</h1>
33

4-
<p class="centered">
5-
<button #tooltip="mdTooltip"
4+
<p class="centered" style="height: 200px; overflow: auto;" cdk-scrollable>
5+
<button #tooltip="mdTooltip" style="margin: 300px;"
66
md-raised-button
77
color="primary"
88
[mdTooltip]="message"

0 commit comments

Comments
 (0)