Skip to content

Commit 4d0f18a

Browse files
Samuell1marcosmoura
authored andcommitted
docs(MdDialog): add note about scrollable content (vuematerial#1416)
1 parent 9d74690 commit 4d0f18a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/app/pages/Components/Dialog/Dialog.vue

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,10 @@
88
<div class="page-container-section">
99
<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>
1010
<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>
11-
</div>
1211

12+
<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>
13+
14+
</div>
1315
<div class="page-container-section">
1416
<h2>Dialog</h2>
1517

0 commit comments

Comments
 (0)