mirror of
https://github.com/penpot/penpot.git
synced 2025-05-19 10:26:10 +02:00
🐛 Fix visual problem with the font-size dropdown in assets
This commit is contained in:
parent
635c6efe42
commit
471c636580
2 changed files with 2 additions and 1 deletions
|
@ -11,7 +11,7 @@
|
|||
height: 100%;
|
||||
grid-auto-rows: max-content;
|
||||
// TODO: ugly hack :( Fix this! we shouldn't be hardcoding this height
|
||||
max-height: calc(100vh - $s-80);
|
||||
height: calc(100vh - $s-92);
|
||||
scrollbar-gutter: stable;
|
||||
overflow-y: auto;
|
||||
padding-top: $s-8;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue