Merge branch '12934-cwl-conformance' refs #12934
[arvados.git] / apps / workbench / app / assets / stylesheets / application.css.scss
index 32d80255d9fd831d2ea7f3e55ec163e53f154f06..4112b22b8ce60b0c6beb2171c7f9d834ba09bbc9 100644 (file)
@@ -16,6 +16,7 @@
  *= require bootstrap
  *= require bootstrap3-editable/bootstrap-editable
  *= require morris
+ *= require awesomplete
  *= require_tree .
  */
 
@@ -320,3 +321,13 @@ ul.nav.nav-tabs {
 {
     width: 98%!important;
 }
+
+/* Needed for awesomplete to play nice with bootstrap */
+div.awesomplete {
+    display: block;
+}
+/* Makes awesomplete listings to be scrollable */
+.awesomplete > ul {
+    max-height: 410px;
+    overflow-y: auto;
+}
\ No newline at end of file