Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: select dropdown styles wonky #102

Merged
merged 1 commit into from
Jan 17, 2025

Conversation

jxjj
Copy link
Collaborator

@jxjj jxjj commented Jan 17, 2025

There seems to be a style issue with <select>:
ScreenShot 2025-01-17 at 14 59 35@2x

The tailwind default styles for select (e.g. background: no-repeat; appearance: none;) seem to be treeshaken right out of the app?

I could never reproduce this locally (building CSS for production) though – it only seemed to show up on deploy. One hunch is a bug with vite and our server version of node – but I didn't verify.

This PR does a YOLO update of all dependencies, including vite, which resolved the issue.

@jxjj jxjj requested a review from cmcfadden January 17, 2025 22:13
@jxjj jxjj self-assigned this Jan 17, 2025
@jxjj jxjj merged commit 2f05eb3 into develop Jan 17, 2025
2 checks passed
@jxjj jxjj deleted the feature/fix-repeating-select-down-arrow_2 branch January 17, 2025 22:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant