Skip to content

Commit 2a590bd

Browse files
committed
#1589| Styling fix : App bar position fixed
1 parent 9a033a2 commit 2a590bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataEntryApp/components/AppBar.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ const PrimarySearchAppBar = () => {
308308

309309
return (
310310
<StyledRoot>
311-
<StyledAppBar position="static">
311+
<StyledAppBar position="fixed">
312312
<StyledToolbar>
313313
<StyledTitle variant="h6" noWrap>
314314
<InternalLink to={"/app"}>

0 commit comments

Comments
 (0)