mirror of
https://github.com/penpot/penpot.git
synced 2025-08-04 01:18:29 +02:00
🐛 Fix scroll and positioning on viewer.
This commit is contained in:
parent
b563ab445c
commit
0a1d6f1bdb
2 changed files with 9 additions and 5 deletions
|
@ -17,4 +17,9 @@
|
|||
display: flex;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-flow: wrap;
|
||||
|
||||
svg {
|
||||
transform-origin: center;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue