0
Fork 0
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:
alonso.torres 2024-01-12 11:43:11 +01:00
parent 68a1882a65
commit f47b5a18c7

View file

@ -15,6 +15,7 @@
}
.viewer-content {
overflow: hidden;
grid-row: 2 / span 1;
display: grid;
grid-template-rows: $s-252 auto;