1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-25 09:15:49 +03:00

Fix build options unreadable in dark mode (#4190)

This commit is contained in:
Yaros 2024-09-30 16:10:45 +02:00 committed by GitHub
parent c983ad4236
commit d1dda4e268
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -115,7 +115,6 @@
transition: all 0.2s;
overflow-x: hidden;
overflow-y: auto;
background-color: white;
width: min-content;
height: min-content;
}