app/assets/stylesheets/spurs/beyond_bootstrap.css in spurs-0.0.5 vs app/assets/stylesheets/spurs/beyond_bootstrap.css in spurs-0.0.6.rc1
- old
+ new
@@ -1,7 +1,12 @@
/*
*= require ./beyond_bootsrap/all
*= require bootstrap-wysihtml5
-
*/
+
+.dropdown-menu {
+ max-height: 500px;
+ overflow-y: auto;
+ overflow-x: hidden;
+}