We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 62b0615 commit 1c36062Copy full SHA for 1c36062
packages/docs/components/modal.md
@@ -23,7 +23,7 @@ Below is a static modal example (meaning its `position` and `display` have been
23
</CModal>
24
:::
25
``` vue
26
-<CModal class="show d-block position-static" :backdrop="false" :keyboard="false" visible>
+<CModal :backdrop="false" :keyboard="false" visible>
27
<CModalHeader>
28
<CModalTitle>Modal title</CModalTitle>
29
</CModalHeader>
0 commit comments