Make the header solid on smaller screens

This commit is contained in:
Jackson Harper 2023-03-02 15:05:30 +08:00
parent bd0a8095a0
commit 9f38110dfe

View file

@ -31,6 +31,8 @@ export function ReaderHeader(props: ReaderHeaderProps): JSX.Element {
'@mdDown': {
height: MOBILE_HEIGHT,
pt: '0px',
bg: '$grayBg',
borderBottom: '1px solid #E1E1E1',
},
}}
>