Merge pull request #1796 from penpot/fixed-scroll

 Add fixed position in viewer
This commit is contained in:
Andrey Antukh 2022-04-19 14:54:24 +02:00 committed by GitHub
commit 989ff8db7a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
10 changed files with 172 additions and 125 deletions

View file

@ -1450,7 +1450,8 @@
.input-select {
font-size: $fs12;
margin: 0 $size-1;
margin: 0 $size-1 $size-2 $size-1;
padding: 0 $size-1;
}
svg {
@ -1471,6 +1472,7 @@
.fix-when {
font-size: $fs12;
cursor: pointer;
display: flex;
span {
margin-left: $size-2;