Browse Source

add comment

jam411 3 years ago
parent
commit
4d35b2e6c4
1 changed files with 1 additions and 1 deletions
  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 {