🐛 Fix visual problem with the font-size dropdown in assets

This commit is contained in:
alonso.torres 2024-10-02 12:32:23 +02:00 committed by Alejandro Alonso
parent 635c6efe42
commit 471c636580
2 changed files with 2 additions and 1 deletions

View file

@ -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;