소스 검색

add comment

jam411 3 년 전
부모
커밋
4d35b2e6c4
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      packages/app/src/components/Layout/SearchResultLayout.module.scss

+ 1 - 1
packages/app/src/components/Layout/SearchResultLayout.module.scss

@@ -67,7 +67,7 @@
       }
 
       .search-result-content-body-container {
-        position: relative;
+        position: relative; // correct apply overflow scrolling for react-markdown on Chrome OS
         overflow-y: auto;
 
         .wiki {