فهرست منبع

Set overscroll-behavior to none (#4834)

Haku Mizuki 4 سال پیش
والد
کامیت
ed7617de4d
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  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 {