Skip to content

Commit

Permalink
Fix reactplay#741: navigation bar moves to right on click of heart icon
Browse files Browse the repository at this point in the history
  • Loading branch information
kd100100 committed Oct 20, 2022
1 parent fc2b478 commit 61ea065
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 5 deletions.
2 changes: 1 addition & 1 deletion src/common/header/Header.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ const Header = () => {

return (
<header
className={`app-header ${showHideBits.setHeaderStyle ? "" : " app-header-home"}`}
className="app-header"
data-testid='app-header'
>
<span>
Expand Down
4 changes: 0 additions & 4 deletions src/common/header/header.css
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,6 @@
}
}

.app-header-home {
position: fixed;
}

.app-logo {
display: block;
width: 178px;
Expand Down

0 comments on commit 61ea065

Please sign in to comment.