Make project dropdown results list height depending on viewport height

pull/3584/head
Magdalena Kafka 9 years ago
parent 1d9f96de4e
commit afc42c0908
  1. 2
      app/assets/stylesheets/content/_select2.scss

@ -37,7 +37,7 @@
box-shadow : none;
.select2-results {
max-height: 420px;
max-height: 55vh !important;
}
}

Loading…
Cancel
Save