vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.12.3 vs vendor/assets/stylesheets/selectize.bootstrap3.css in selectize-rails-0.12.4
- old
+ new
@@ -1,7 +1,7 @@
/**
- * selectize.bootstrap3.css (v0.12.3) - Bootstrap 3 Theme
+ * selectize.bootstrap3.css (v0.12.4) - Bootstrap 3 Theme
* Copyright (c) 2013–2015 Brian Reavis & contributors
*
* Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
* file except in compliance with the License. You may obtain a copy of the License at:
* http://www.apache.org/licenses/LICENSE-2.0
@@ -280,9 +280,10 @@
}
.selectize-dropdown-content {
overflow-y: auto;
overflow-x: hidden;
max-height: 200px;
+ -webkit-overflow-scrolling: touch;
}
.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
cursor: pointer;
}