Skip to content

Commit

Permalink
navbar breaking fix (#658)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shruti-Apte authored Sep 14, 2022
1 parent 1e229f4 commit d128192
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/javascript/src/components/Main.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ const RestrictedRoute = ({ user, role, authorisedRoles }) => {
};

const Main: React.FC<Iprops> = (props) => (
<div className="w-5/6 md:px-20 md:py-3 font-manrope ml-80">
<div className="w-5/6 md:px-20 md:py-3 font-manrope absolute top-0 bottom-0 right-0 overflow-y-0">
<Routes>
{ROUTES.map((parentRoute) => (
<Route
Expand Down

0 comments on commit d128192

Please sign in to comment.