select

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

commit
ec40e748c02c309f14dfb9455251f043e21fe5eb
parent
aa48bf25ded4c1eaa12ceb51d574c128a41185d2
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2025-06-20 16:02
typo

Diffstat

M select.css 2 +-

1 files changed, 1 insertions, 1 deletions


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

@@ -35,7 +35,7 @@
   35    35 	overflow-y: auto;
   36    36 
   37    37 	/* line-height and block-size are chosen so that the last line is only */
   38    -1 	/* half visible (to indivate that there is more below) */
   -1    38 	/* half visible (to indicate that there is more below) */
   39    39 	line-height: 1.2;
   40    40 	max-block-size: 10.4em;
   41    41 }