Explorar o código

Set overscroll-behavior to none (#4834)

Haku Mizuki %!s(int64=4) %!d(string=hai) anos
pai
achega
ed7617de4d
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      packages/app/src/styles/_layout.scss

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

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