html - Select displaying weirdly in firefox -
so first of all, fiddle :
.nav-ehri.nav-ehri-select { -moz-appearance: button; border: 0 none; display: block; height: 40px; line-height: 20px !important; margin: 0; padding: 10px 0; vertical-align: baseline; white-space: normal !important; width: 100%; } the issue here visible on firefox not on chromium. weird reason, select not displayed button , can't find reason of that. assume firefox property i'm missing.
i running bootstrap , have copied every css bits needed code snippet.
Comments
Post a Comment