Skip to content

Commit

Permalink
moved impersonating alert to the top (#3420)
Browse files Browse the repository at this point in the history
  • Loading branch information
PeerRich authored and zomars committed Jul 18, 2022
1 parent 32d63d4 commit 681b8cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/web/components/Shell.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -311,6 +311,7 @@ const Layout = ({
)}

<div className="flex w-0 flex-1 flex-col overflow-hidden">
<ImpersonatingBanner />
<main
className={classNames(
"relative z-0 flex-1 overflow-y-auto focus:outline-none",
Expand Down Expand Up @@ -349,7 +350,6 @@ const Layout = ({
props.flexChildrenContainer && "flex flex-1 flex-col",
!props.large && "py-8"
)}>
<ImpersonatingBanner />
{!!props.backPath && (
<div className="mx-3 mb-8 sm:mx-8">
<Button
Expand Down

0 comments on commit 681b8cf

Please sign in to comment.