mirror of
https://github.com/penpot/penpot.git
synced 2025-06-03 10:21:39 +02: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 {
|
.viewer-content {
|
||||||
|
overflow: hidden;
|
||||||
grid-row: 2 / span 1;
|
grid-row: 2 / span 1;
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-rows: $s-252 auto;
|
grid-template-rows: $s-252 auto;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue