mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 05:48:27 +02:00
🐛 Fix show board miniature in manual overlay setting
This commit is contained in:
parent
879c477ada
commit
b4e4a5cab4
4 changed files with 19 additions and 9 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue