Themeing, adjust modal overlay zindex to be above header

This commit is contained in:
Jackson Harper
2023-03-03 20:52:59 +08:00
parent 061c165929
commit 79f6b4d973
3 changed files with 12 additions and 12 deletions

View File

@ -24,7 +24,7 @@ export function ReaderHeader(props: ReaderHeaderProps): JSX.Element {
css={{
top: '0',
left: '0',
zIndex: 5,
zIndex: 1,
position: 'fixed',
width: '100%',
height: HEADER_HEIGHT,