From 458833ca21a08df137298662d1df366f65b0d4c9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20Ku=CC=88hn?= Date: Tue, 2 Feb 2021 11:56:04 +0100 Subject: [PATCH] fix styling --- docs/src/components/DemoFrame/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/src/components/DemoFrame/index.vue b/docs/src/components/DemoFrame/index.vue index 5ce3201a..d631f062 100644 --- a/docs/src/components/DemoFrame/index.vue +++ b/docs/src/components/DemoFrame/index.vue @@ -68,12 +68,12 @@ export default { .demo-frame { display: flex; flex-direction: column; - border-radius: 0.5rem; overflow: hidden; position: relative; min-height: 8rem; &.is-inline { + border-radius: 0.5rem; background-color: rgba($colorBlack, 0.03); }