Skip to content

Commit

Permalink
[DEV-6889] restoring small css change 100vw &
Browse files Browse the repository at this point in the history
adding z-index to the copy confirmation.
  • Loading branch information
MaxwellKendall committed Apr 14, 2021
1 parent 4558fac commit 58df4fd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion src/_scss/components/_header.scss
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,7 @@
div:last-of-type.usda-share-icon {
margin-right: 0;
}
}
}
.copy-confirmation {
z-index: 12;
}
2 changes: 1 addition & 1 deletion src/_scss/pages/aboutTheData/aboutTheData.scss
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
}
.usda-message {
background-color: $color-white;
width: 100%;
width: 100vw;
}
@import 'components/stickyTable';
.agency-table-download {
Expand Down

0 comments on commit 58df4fd

Please sign in to comment.