🐛 Fix scroll and positioning on viewer.

This commit is contained in:
Andrey Antukh 2020-04-03 11:29:27 +02:00
parent b563ab445c
commit 0a1d6f1bdb
2 changed files with 9 additions and 5 deletions

View file

@ -17,4 +17,9 @@
display: flex;
justify-content: center;
align-items: center;
flex-flow: wrap;
svg {
transform-origin: center;
}
}