mirror of
https://github.com/penpot/penpot.git
synced 2025-05-11 22:56:37 +02:00
🎉 Add preserve scroll option
This commit is contained in:
parent
3d59d31b0a
commit
f913816d87
14 changed files with 94 additions and 12 deletions
|
@ -46,7 +46,7 @@ $width-settings-bar: 16rem;
|
|||
}
|
||||
|
||||
.handoff-layout {
|
||||
.viewer-preview {
|
||||
.viewer-section {
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
.settings-bar {
|
||||
|
|
|
@ -6,7 +6,7 @@
|
|||
grid-template-columns: 1fr;
|
||||
}
|
||||
|
||||
.viewer-preview {
|
||||
.viewer-section {
|
||||
height: calc(100vh - 48px);
|
||||
|
||||
grid-row: 1 / span 2;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue