/* Make sure that the content of child menu's is fully accessible without the JS scroll arrows. */
.scrollWindow {
  overflow: auto !important;
}

.scrollArrow {
  display: none;
}

#child-navigation .scrollWindow {
  height: 284px; /* The available space can be higher, now that the scroll arrows above and below are gone. */
}

