Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: increase sideNav overlay #59

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/components/Navbar/SideNav.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const SideNav = ({ navbarOpen, handleToggleMenuClick, handleCloseNavbar }) => {
<Swipeable onSwiped={handleCloseNavbar}>
<nav
className={
`bg-darkgray h-screen w-3/4 md:w-2/4 fixed top-0 right-0 z-10 text-secondary lg:hidden flex flex-col justify-evenly ` +
`bg-darkgray h-screen w-3/4 md:w-2/4 fixed top-0 right-0 z-30 text-secondary lg:hidden flex flex-col justify-evenly ` +
sideNavClasses
}
>
Expand Down
2 changes: 1 addition & 1 deletion src/containers/MealPage/MealPage.js
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ const MealPage = ({ match }) => {
<div>
<div className=" m-5 neumorphism bg-secondary max-h-lg max-w-sm sm:w-1/2 lg:w-full md:w-full overflow-hidden ">
<h1 className="text-2xl text-darkgray font-bold text-center">
Methods
Instructions
</h1>

<div className="font-bold text-1xl text-primary p-6">
Expand Down