Skip to content

Commit

Permalink
fix TNM z-index issue (#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mahoney authored Sep 10, 2019
1 parent 23315fd commit b793df9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion apps/site/assets/css/_transit-near-me.scss
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ $xxl-map-height: map-get($container-max-widths, xxl) * (9 / 16);
padding: $base-spacing / 2;
position: sticky;
top: 0;
z-index: 2;
z-index: $z-index-tnm-filter-header;

@include media-breakpoint-down(sm) {
padding: $base-spacing / 2;
Expand Down
1 change: 1 addition & 0 deletions apps/site/assets/css/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,7 @@ $z-index-redline-braintree-stops: 6;
$z-index-stop-bubble-line: 5;
$z-index-trip-selected: 4;
$z-index-schedule-timetable-more-text: 3;
$z-index-tnm-filter-header: 3;
$z-index-alert-list-header: 2;

$after-heading-adjustment: .25em;
Expand Down

0 comments on commit b793df9

Please sign in to comment.