Skip to content

Commit

Permalink
change appbar to stay at the top of the page
Browse files Browse the repository at this point in the history
  • Loading branch information
uo288574 committed Apr 23, 2024
1 parent 9837b2e commit 96aaa35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webapp/src/components/nav/Nav.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ function HomeIcon(props) {
export const Nav = () => {

return (
<AppBar position="static" sx={{ background: "linear-gradient(163deg, #00ff75 33%, #3700ff 100%)", color: "white"}}>
<AppBar position="fixed" sx={{ background: "linear-gradient(163deg, #00ff75 33%, #3700ff 100%)", color: "white"}}>
<Toolbar sx={{alignItems: 'center', justifyContent:'space-between'}}>
<Container sx={{alignItems:'left', textAlign:'left', display:'flex', justifyContent:'flex-start' }}>
<Link to='/menu' >
Expand Down

0 comments on commit 96aaa35

Please sign in to comment.