fix: image preview (#2786)

Co-authored-by: himself65 <himself65@outlook.com>
This commit is contained in:
danielchim
2023-06-15 13:55:17 +08:00
committed by GitHub
parent 3819342ff2
commit ae7da1b018
3 changed files with 80 additions and 70 deletions

View File

@@ -49,7 +49,7 @@ export const imagePreviewModalGoStyle = style({
export const imageNavigationControlStyle = style({
display: 'flex',
height: '100%',
zIndex: 0,
zIndex: 2,
justifyContent: 'space-between',
alignItems: 'center',
});