Skip to content

Commit

Permalink
Fix icon picker in Firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
Sominemo committed Jan 9, 2025
1 parent b2adda0 commit d504562
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion editor.html
Original file line number Diff line number Diff line change
Expand Up @@ -319,7 +319,7 @@
z-index: 100;
margin-top: 5px;
max-height: 300px;
max-width: 250px;
width: 250px;
overflow-y: scroll;
scrollbar-width: thin;
}
Expand All @@ -339,6 +339,12 @@
gap: 10px;
align-items: center;
padding: 5px;
width: 100%;
}

.icon-header-row input {
width: 0;
flex: 1 1 auto;
}

.picker-subtext {
Expand Down

0 comments on commit d504562

Please sign in to comment.