Răsfoiți Sursa

Merge pull request #5491 from weseek/fix/scroll-for-mac-users

fix: Swiping to previous/next page for Mac users (5.0.x)
Yuki Takei 4 ani în urmă
părinte
comite
6fec0dd3d7
1 a modificat fișierele cu 1 adăugiri și 1 ștergeri
  1. 1 1
      packages/app/src/styles/_layout.scss

+ 1 - 1
packages/app/src/styles/_layout.scss

@@ -1,6 +1,6 @@
 body {
   overflow-y: scroll !important;
-  overscroll-behavior: none;
+  overscroll-behavior-y: none;
 }
 
 body:not(.growi-layout-fluid) .grw-container-convertible {