mirror of
https://github.com/penpot/penpot.git
synced 2026-09-18 18:06:14 +00:00
🐛 Fix font-selector position (#10302)
This commit is contained in:
parent
0aca418007
commit
9805d97e45
@ -324,7 +324,7 @@
|
|||||||
justify-content: center;
|
justify-content: center;
|
||||||
align-items: center;
|
align-items: center;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: calc(-1 * #{px2rem(18)});
|
||||||
left: 0;
|
left: 0;
|
||||||
right: 0;
|
right: 0;
|
||||||
block-size: 100%;
|
block-size: 100%;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user