We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9415dbf commit 1dc3d8dCopy full SHA for 1dc3d8d
docs/components/SandboxEmbedder.vue
@@ -1,7 +1,7 @@
1
<template>
2
<iframe
3
:src="`https://codesandbox.io/embed/github/dbssman/vue-form-handler/tree/master/examples/${example}?fontsize=12&hidenavigation=1&theme=dark`"
4
- style="border:0;borderRadius:4;overflow:hidden;max-height:80vh" :style="styleObject"
+ style="border:0;borderRadius:4;overflow:hidden;max-height:75vh" :style="styleObject"
5
:title="`dbssman/vue-form-handler: ${example}`"
6
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
7
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"></iframe>
0 commit comments