Skip to content

Commit

Permalink
Fix footer z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
sarahd93 committed May 2, 2019
1 parent 19eeda2 commit 35f059a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gsa/src/web/components/structure/footer.js
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ const Footer = styled.footer`
color: ${Theme.mediumGray};
margin-top: 10px;
padding-right: 5px;
z-index: ${Theme.Layers.aboveAll};
`;

const GreenboneFooter = () => {
Expand Down

0 comments on commit 35f059a

Please sign in to comment.