flowbite icon indicating copy to clipboard operation
flowbite copied to clipboard

Flowbite-injected CSS causes floating dropdown arrows in scrollable <select> elements

Open aaronhendry opened this issue 2 years ago • 0 comments

When adding a scrollable select box, such as the following:

<select size=2 class="appearance-none">
  <option>2016</option>
  <option>2017</option>
  <option>2018</option>
</select>

a floating arrow appears in the middle of the select box. This should not happen. The only way to get rid of it, I believe, is to inject my own CSS overwriting this.

This can be easily reproduced on tailwind play: https://play.tailwindcss.com/sajBj88nsh

aaronhendry avatar Apr 22 '22 05:04 aaronhendry