Skip to content

Commit

Permalink
(fix) Restore top nav margin to render offline banner (#856)
Browse files Browse the repository at this point in the history
  • Loading branch information
icrc-jofrancisco authored Feb 7, 2024
1 parent ca0c93a commit b2bae21
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const HeaderItems: React.FC = () => {
return (
<>
<OfflineBanner />
<Header aria-label="OpenMRS">
<Header aria-label="OpenMRS" className={styles.topNavHeader}>
{showHamburger && (
<HeaderMenuButton
aria-label="Open menu"
Expand Down

0 comments on commit b2bae21

Please sign in to comment.