mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:28:21 +02:00
Merge pull request #1796 from penpot/fixed-scroll
✨ Add fixed position in viewer
This commit is contained in:
commit
989ff8db7a
10 changed files with 172 additions and 125 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue