fix(layout): fixed header background color on mobile devices (#3561)
This commit is contained in:
@@ -139,7 +139,8 @@ const HeaderBar: React.FC<HeaderBarProps> = ({
|
||||
return (
|
||||
<div
|
||||
className={clsx(
|
||||
'bg-base-100 left-0 top-0 w-full',
|
||||
'left-0 top-0 w-full',
|
||||
isHeaderVisible && 'bg-base-100',
|
||||
window.innerWidth < 640 ? 'fixed z-20' : 'absolute',
|
||||
)}
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user