From 4d483ae06f8e7f90c76d2f4c6bb2745dc573c89e Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 6 Mar 2016 19:06:02 +0100 Subject: Update bsmselect to last version --- chimere/static/bsmSelect/css/jquery.bsmselect.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'chimere/static/bsmSelect/css/jquery.bsmselect.css') diff --git a/chimere/static/bsmSelect/css/jquery.bsmselect.css b/chimere/static/bsmSelect/css/jquery.bsmselect.css index ad770d0..cc35cc3 100644 --- a/chimere/static/bsmSelect/css/jquery.bsmselect.css +++ b/chimere/static/bsmSelect/css/jquery.bsmselect.css @@ -36,7 +36,7 @@ list-style: none; background: #ddd; border: 1px solid #bbb; - width: 100%; + width: auto; margin: 0 0 -1px 0; line-height: 1em; } @@ -62,3 +62,9 @@ top: 0; padding: 5px; } + +.bsmScrollWorkaround { + /* Fix a bug when the 'html' element has an overflow set to either 'scroll' or 'auto' on FF. */ + padding-bottom: 1px; + overflow: auto; +} -- cgit v1.2.3