#block-mvgazette-noaa-current-weather {
  display: block;
}






.mobile-table--scroll table {
    pointer-events: all;
}
.mobile-table--scroll::before {
    position: relative;
}

/* trying to fix mobile menu issue */

.mobile-menu-open .site-header__bottom {
  overflow: auto;
	height: auto;
    -webkit-overflow-scrolling: touch; /* This helps enable smooth scrolling on iOS */
    height: 100vh; /* Ensure the mobile menu takes up the full height of the viewport */
}

.mobile-tools {
    top: auto;
}


.site-header__sticky-container {
  padding-bottom: 0px;
}
  .site-header {
    min-height: auto;
  }
  
  i.fa-thin.fa-square-arrow-left {
    display: none;
}
  