// ============================================================================
// :: Page
// ============================================================================
.bp-page {
  /**
   * Because safari has not fixed their overflow on body we added this fix to
   * the styleguide. In order for the brandpatform body not to get affected
   * we overwrite the position and set it as static.
   */
  position: static !important;
}
