mirror of
https://github.com/penpot/penpot.git
synced 2025-05-04 03:45:53 +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 {
|
||||
height: calc(100vh - 40px);
|
||||
height: calc(100vh - 48px);
|
||||
|
||||
grid-row: 1 / span 2;
|
||||
grid-column: 1 / span 1;
|
||||
|
|
Loading…
Add table
Reference in a new issue