Skip to content

Commit cf83dc3

Browse files
vursensissbruecker
andauthored
fix: ensure top controls have border in iframe examples (#4879)
Co-authored-by: Sascha Ißbrücker <[email protected]>
1 parent ea2dd00 commit cf83dc3

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

articles/components/_shared.adoc

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,11 @@ endif::example-scale[]
6868
border: 1px solid var(--docs-divider-color-1);
6969
}
7070
71+
.example:not(.mobile) .top-controls {
72+
border-left: 1px solid var(--docs-divider-color-1);
73+
border-bottom: 1px solid var(--docs-divider-color-1);
74+
}
75+
7176
.example {
7277
--scale: {example-scale};
7378
}

0 commit comments

Comments
 (0)