2
0
jam411 3 жил өмнө
parent
commit
f7762df942

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

@@ -67,7 +67,10 @@
       }
 
       .search-result-content-body-container {
-        position: relative; // correct apply overflow scrolling for react-markdown on Chrome OS
+        // correct apply overflow scrolling for react-markdown on Google Chrome
+        // see: https://github.com/weseek/growi/pull/6731
+        position: relative;
+
         overflow-y: auto;
 
         .wiki {