moved impersonating alert to the top (#3420)

pull/3422/head^2
Peer Richelsen 2022-07-18 20:08:48 +02:00 committed by GitHub
parent 6fc3e17b47
commit ef36a93a55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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",
@ -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