/**
  * @file
  * custom styles for gin admin theme.
 */

@media screen and (min-width: 85em) {
  html.js .vertical-tabs__item {
    overflow: visible !important;
  }
}
