add creation iframe

This commit is contained in:
axolotle
2021-07-09 12:11:05 +02:00
parent af1dc1320c
commit 189fdd7fdd
4 changed files with 66 additions and 11 deletions
-6
View File
@@ -5,7 +5,6 @@
no-header
:id="id"
:body-class="{ paddings: !noCross }"
backdrop backdrop-variant="light"
>
<template #default="{ hide, visible }">
<div v-if="!noCross" class="btn-close-wrapper">
@@ -35,7 +34,6 @@ export default {
::v-deep {
.b-sidebar {
position: absolute;
background-color: red;
width: auto;
@media (orientation: portrait) {
@@ -61,10 +59,6 @@ export default {
padding: $node-view-spacer-y $node-view-spacer-x;
}
}
.b-sidebar-backdrop {
opacity: 0.3;
}
}
.btn-close-wrapper {