Skip to content

Commit

Permalink
Try fix select field bug on Windows again
Browse files Browse the repository at this point in the history
Previously: b47c043
  • Loading branch information
cheeaun committed Aug 4, 2024
1 parent 89e8bdf commit a1c419b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/compose.css
Original file line number Diff line number Diff line change
Expand Up @@ -207,7 +207,7 @@
left: -100vw !important;
}
#compose-container .toolbar-button select {
background-color: transparent;
background-color: inherit;
border: 0;
padding: 0 0 0 8px;
margin: 0;
Expand Down

0 comments on commit a1c419b

Please sign in to comment.