/* MIG - Apply patch for toolti */
/* https://github.com/wagtail/wagtail/commit/aebdf82387db5d6b92d3291fa3758f6b659a54f8#diff-0cd7e5572743301a091f7f216e0d230db70046943720a9f4a5c879dac7d9b240 */
.w-dropdown__content {
  max-height: 50vh;
  overflow-y: auto;
}