Skip to content

Commit 41d9910

Browse files
committed
Fix Modal positioning
Modal positioning is affected by its parent elements, so to make it render correctly, vue-simple-portal moves rendered modal html to the bottom of the page.
1 parent 856cbc0 commit 41d9910

File tree

3 files changed

+214
-186
lines changed

3 files changed

+214
-186
lines changed

package-lock.json

+13
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
"@fortawesome/free-brands-svg-icons": "^5.12.0",
2626
"@fortawesome/free-solid-svg-icons": "^5.12.0",
2727
"@fortawesome/vue-fontawesome": "^0.1.9",
28+
"@linusborg/vue-simple-portal": "^0.1.4",
2829
"@sentry/browser": "^5.12.5",
2930
"@sentry/integrations": "^5.12.5",
3031
"buefy": "^0.8.8",

0 commit comments

Comments
 (0)