Don't override the background color of the bottom-sheet dropdown menu. It is already white on light themes and this makes white-on-white text on dark themes.

main
Ben Lubar 8 years ago
parent 712c7e0550
commit 605542bae0

@ -13,7 +13,6 @@
padding: 0 5px;
max-height: 60%;
background: #fff;
box-shadow: 0 2px 6px rgba(0,0,0,0.35);
overflow: auto;
-webkit-overflow-scrolling: touch;

Loading…
Cancel
Save