Explorar o código

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 %!s(int64=4) %!d(string=hai) anos
pai
achega
6fec0dd3d7
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 {