mirror of
https://github.com/penpot/penpot.git
synced 2025-12-12 06:24:17 +01:00
🐛 Fix horizontal scrollbar hidden
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
}
|
||||
|
||||
.viewer-preview {
|
||||
height: calc(100vh - 40px);
|
||||
height: calc(100vh - 48px);
|
||||
|
||||
grid-row: 1 / span 2;
|
||||
grid-column: 1 / span 1;
|
||||
|
||||
Reference in New Issue
Block a user