Add doc
parent
dcf49b5034
commit
8360d4ef97
|
@ -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>
|
||||
<Dialog :visible.sync="display" :contentStyle="{overflow: 'visible'}">
|
||||
Content
|
||||
</Dialog>
|
||||
</CodeHighlight>
|
||||
|
||||
<h3>Properties</h3>
|
||||
|
|
Loading…
Reference in New Issue