Skip to content

Commit

Permalink
docs(MdDialog): add note about scrollable content (#1416)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuell1 authored and marcosmoura committed Jan 23, 2018
1 parent 9d74690 commit 4d0f18a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion docs/app/pages/Components/Dialog/Dialog.vue
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,10 @@
<div class="page-container-section">
<p>Dialogs informs users about a specific task and may contain critical information, require decisions, or involve multiple tasks. The dialog component works with any plain html content. You can have tabs inside, all form components and many more.</p>
<p>The component can be used with a custom markup, using the auxiliary components or with presets made by Vue Material. Those presets emulates the default Dialogs from Javascript, like confirm, alert and prompt.</p>
</div>

<note-block tip>To allow scrolling in content of modal you need to wrap your content in <code>md-dialog-content</code> component.</note-block>

</div>
<div class="page-container-section">
<h2>Dialog</h2>

Expand Down

0 comments on commit 4d0f18a

Please sign in to comment.