select

Better select widgets in vanilla javascript.  https://p.ce9e.org/select/demo/
git clone https://git.ce9e.org/select.git

commit
c5916e0ef5618d161528582572a2f903106167b8
parent
9c811b9a1bd5e56ec90aae87e86c690a183510e2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-07-26 15:02
fix dropdown z-index

Diffstat

M select.css 1 +

1 files changed, 1 insertions, 0 deletions


diff --git a/select.css b/select.css

@@ -9,6 +9,7 @@
    9     9 
   10    10 .select__dropdown {
   11    11 	position: absolute;
   -1    12 	z-index: 1;
   12    13 	list-style: none;
   13    14 	margin: 0;
   14    15 	padding: 1px;