app/assets/stylesheets/index.tailwind.css in refine-rails-2.9.7 vs app/assets/stylesheets/index.tailwind.css in refine-rails-2.9.8
- old
+ new
@@ -717,9 +717,15 @@
.refine--option-condition-container {
/* keep it because the dropdown select uses it */
width: 100%;
}
+.refine--option-list {
+ margin-top: 5px;
+ max-height: 180px;
+ overflow: auto;
+}
+
@media (min-width: 640px) {
.refine--option-condition-container {
margin-right: 0.75rem;
width: auto;
flex-shrink: 0;