.stroomvoorspeller {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: white;
}
@supports (-webkit-overflow-scrolling: touch) {
  .stroomvoorspeller {
    position: static !important;
  }
}

/*# sourceMappingURL=stroomvoorspeller.css.map */
