summaryrefslogtreecommitdiff
path: root/chimere/static/bsmSelect/css/jquery.bsmselect.css
diff options
context:
space:
mode:
Diffstat (limited to 'chimere/static/bsmSelect/css/jquery.bsmselect.css')
-rw-r--r--chimere/static/bsmSelect/css/jquery.bsmselect.css8
1 files changed, 7 insertions, 1 deletions
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;
+}