added topbar classname
This commit is contained in:
parent
64dc2500a1
commit
36ea087179
|
@ -56,7 +56,7 @@ export default () => {
|
|||
};
|
||||
|
||||
return (
|
||||
<div className={'w-full bg-neutral-700 shadow-md overflow-x-auto'}>
|
||||
<div className={'bg-neutral-700 shadow-md overflow-x-auto topbar'}>
|
||||
<SpinnerOverlay visible={isLoggingOut} />
|
||||
<div className={'mx-auto w-full flex items-center h-[3.5rem] max-w-[1200px]'}>
|
||||
<div id={'logo'} className={'flex-1'}>
|
||||
|
|
Loading…
Reference in New Issue