fix styling

This commit is contained in:
Philipp Kühn 2021-02-02 11:56:04 +01:00
parent 18ec350a7f
commit 458833ca21

View File

@ -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);
}