Skip to content

Commit 8c5df5d

Browse files
committed
Bug fix: file preview: options bar is not displayed correctly when the file is in full-screen preview mode
1 parent d16dc85 commit 8c5df5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/src/components/preview/fullPreview.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -550,7 +550,7 @@ emitter.on('fullPreviewVisable-close', () => {
550550
551551
.fullPreviewEnable {
552552
position: absolute;
553-
z-index: 9999;
553+
z-index: 1000;
554554
left: 0;
555555
top: 0;
556556
right: 0;

0 commit comments

Comments
 (0)