Skip to content

Commit 1dc3d8d

Browse files
author
Daniel Requejo
committed
📏 Adjust Embedder size
1 parent 9415dbf commit 1dc3d8d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/components/SandboxEmbedder.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
<template>
22
<iframe
33
: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"
4+
style="border:0;borderRadius:4;overflow:hidden;max-height:75vh" :style="styleObject"
55
:title="`dbssman/vue-form-handler: ${example}`"
66
allow="accelerometer; ambient-light-sensor; camera; encrypted-media; geolocation; gyroscope; hid; microphone; midi; payment; usb; vr; xr-spatial-tracking"
77
sandbox="allow-forms allow-modals allow-popups allow-presentation allow-same-origin allow-scripts"></iframe>

0 commit comments

Comments
 (0)