mirror of
https://github.com/penpot/penpot.git
synced 2025-04-14 07:51:35 -05:00
🐛 Fix problem in viewer with big screens
This commit is contained in:
parent
68a1882a65
commit
f47b5a18c7
1 changed files with 1 additions and 0 deletions
|
@ -15,6 +15,7 @@
|
|||
}
|
||||
|
||||
.viewer-content {
|
||||
overflow: hidden;
|
||||
grid-row: 2 / span 1;
|
||||
display: grid;
|
||||
grid-template-rows: $s-252 auto;
|
||||
|
|
Loading…
Add table
Reference in a new issue