Skip to content

Commit e4e5048

Browse files
authored
Merge pull request #653 from jembi/fix/CU-86bzfk0bv/add-navbar-and-footer
fix: set appbar position to static.
2 parents dbd0cf0 + ef1946a commit e4e5048

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/header-app/src/components/openhim.appbar.component.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -254,7 +254,7 @@ export default function OpenhimAppBar() {
254254
}
255255

256256
return (
257-
<AppBar position="fixed" className={classes.appBar}>
257+
<AppBar position="static" className={classes.appBar}>
258258
<Container maxWidth="xl">
259259
<Toolbar disableGutters className={classes.toolbar}>
260260
{isLoggedIn && isAdmin && (

0 commit comments

Comments
 (0)