소스 검색

BugFix of z-index

Yuki Takei 5 년 전
부모
커밋
858124505d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/growi-plugin-attachment-refs/src/client/js/components/ExtractedAttachments.jsx

+ 1 - 1
packages/growi-plugin-attachment-refs/src/client/js/components/ExtractedAttachments.jsx

@@ -145,7 +145,7 @@ export default class ExtractedAttachments extends React.PureComponent {
       });
 
     // overwrite react-images modal styles
-    const zIndex = 17; // > header.affix
+    const zIndex = 1030; // > grw-navbar
     const modalStyles = {
       blanket: (styleObj) => {
         return Object.assign(styleObj, { zIndex });