1
0
Fork 0
mirror of https://github.com/penpot/penpot.git synced 2025-05-22 13:06:12 +02:00

🐛 Fix horizontal scrollbar hidden

This commit is contained in:
Andrés Moya 2021-11-02 11:08:44 +01:00
parent d5b6605ce8
commit 3d59d31b0a

View file

@ -7,7 +7,7 @@
}
.viewer-preview {
height: calc(100vh - 40px);
height: calc(100vh - 48px);
grid-row: 1 / span 2;
grid-column: 1 / span 1;