Skip to content

Commit 29f949e

Browse files
committed
add connected position strategy tests
1 parent 45dab40 commit 29f949e

File tree

4 files changed

+456
-336
lines changed

4 files changed

+456
-336
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)