pull/227/head
cagataycivici 2020-03-04 13:11:26 +03:00
parent dcf49b5034
commit 8360d4ef97
1 changed files with 8 additions and 0 deletions

View File

@ -56,6 +56,14 @@ export default {
<Dialog position="top" :visible.sync="display">
Content
</Dialog>
</CodeHighlight>
<h3>Popup Content inside the Dialog</h3>
<p>If the dialog contains components with popup elements such as Dropdown or Calendar, set <i>contentStyle</i> to overflow:visible so that overlays can be displayed outside of the content area.</p>
<CodeHighlight>
&lt;Dialog :visible.sync="display" :contentStyle="{overflow: 'visible'}"&gt;
Content
&lt;/Dialog&gt;
</CodeHighlight>
<h3>Properties</h3>