mirror of
https://github.com/penpot/penpot.git
synced 2025-05-08 07:35:54 +02:00
🐛 Fix horizontal scrollbar hidden
This commit is contained in:
parent
d5b6605ce8
commit
3d59d31b0a
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
.viewer-preview {
|
.viewer-preview {
|
||||||
height: calc(100vh - 40px);
|
height: calc(100vh - 48px);
|
||||||
|
|
||||||
grid-row: 1 / span 2;
|
grid-row: 1 / span 2;
|
||||||
grid-column: 1 / span 1;
|
grid-column: 1 / span 1;
|
||||||
|
|
Loading…
Add table
Reference in a new issue