@@ -14,17 +22,15 @@ SPDX-License-Identifier: AGPL-3.0-only
@@ -57,5 +89,13 @@ if (!props.isEmbed) {
.rootForEmbedPage {
box-sizing: border-box;
+ border: 1px solid var(--divider);
+ background-color: var(--bg);
+ overflow: hidden;
+ position: relative;
+
+ &.rounded {
+ border-radius: var(--radius);
+ }
}