diff --git a/CHANGELOG.md b/CHANGELOG.md
index 756ae6d277cfc5783d922219713d9735af259b27..44ea0390aae9eccb846e0ab36f3068c948663d04 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
 - Added display of discrete ground water level data on the IV hydrograph.
 - Added a selection for Celsius converted to Fahrenheit to the parameter table.
 - Added Beta tags for Groundwater Data and Affiliated Networks sections
-- Added stick tab for questions and comments
+- Added sticky tab for questions and comments.
 
 ### Changed
 - Camera metadata is now fetched and the client is using html5 video when video format is supported, otherwise the most recent image is shown.
diff --git a/assets/src/styles/pages/_monitoring-location.scss b/assets/src/styles/pages/_monitoring-location.scss
index 5bef6eb6cdaa905ea492bde81ca311930f1d63f7..87f6bc124669482d9ed20e7068803847cdbebea7 100644
--- a/assets/src/styles/pages/_monitoring-location.scss
+++ b/assets/src/styles/pages/_monitoring-location.scss
@@ -54,7 +54,7 @@ table {
   @include u-bg('blue-60v');
   position: sticky;
   bottom: 0;
-  z-index: 99;
+  z-index: 2001;
   @include u-padding-top(1);
   @include u-padding-bottom(1);
   a {