🐛 Fix show board miniature in manual overlay setting

This commit is contained in:
Alejandro Alonso 2022-11-22 11:42:46 +01:00 committed by Andrey Antukh
parent 879c477ada
commit b4e4a5cab4
4 changed files with 19 additions and 9 deletions

View file

@ -261,9 +261,17 @@ $height-palette-max: 80px;
}
.render-shapes {
height: 100%;
position: absolute;
width: 100%;
height: 100%;
}
.frame-thumbnail-wrapper {
.fills,
.strokes,
.frame-clip-def {
opacity: 0;
}
}
.viewport-controls {