From 3b18185f05537ebdba41b5db48ef0116f947da0b Mon Sep 17 00:00:00 2001 From: Aaron Briggs <abriggs@contractor.usgs.gov> Date: Sat, 23 Jan 2021 07:44:03 -0600 Subject: [PATCH] fixed z-index --- CHANGELOG.md | 2 +- assets/src/styles/pages/_monitoring-location.scss | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 756ae6d27..44ea0390a 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 5bef6eb6c..87f6bc124 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 { -- GitLab