Skip to content

Commit 239cff4

Browse files
committed
docs(overlay): mention including overlay css
1 parent 97d3ed3 commit 239cff4

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

GETTING_STARTED.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -123,6 +123,16 @@ Import the components in your application module:
123123
- [Puppy Love Mobile (Google IO 2016)](https://github.com/kara/puppy-love-io)
124124

125125

126+
### Additional setup for `md-menu` and `md-tooltip`:
127+
For alpha.7, you need to include the overlay styles in your app via a `link` element. This will
128+
look something like
129+
```html
130+
<link href="vendor/@angular2-material/core/overlay/overlay.css" rel="stylesheet">
131+
```
132+
133+
In future releases, all of the core styles will be combined into a single distributed css file.
134+
135+
126136
### Additional setup for `md-slide-toggle` and `md-slider`:
127137
The slide-toggle and slider components have a dependency on [HammerJS](http://hammerjs.github.io/).
128138
1) Add HammerJS to your application via [npm](https://www.npmjs.com/package/hammerjs), a CDN

0 commit comments

Comments
 (0)