Skip to content

Commit 1e42d07

Browse files
committed
fix(core): avoid duplicated dock panel iframe border
1 parent 4cda6d4 commit 1e42d07

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • packages/core/src/client/webcomponents/components/dock

packages/core/src/client/webcomponents/components/dock/DockPanel.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@ onMounted(() => {
191191
:entry="selected"
192192
:persisted-doms="persistedDoms"
193193
:iframe-style="{
194-
border: '1px solid #8883',
194+
border: 'none',
195195
borderRadius: '0.5rem',
196196
}"
197197
/>

0 commit comments

Comments
 (0)