Add touch scrollbar control to HideScrollbar

This commit is contained in:
2023-09-24 13:42:41 +08:00
parent 5db14cf033
commit 80045f90da
3 changed files with 85 additions and 6 deletions

View File

@@ -65,7 +65,6 @@ const MainFramework: React.FC = () => {
ref={hideScrollbarRef}
isPreventVerticalScroll={preventScroll}
isShowHorizontalScrollbar={true}
isShowVerticalScrollbar={true}
>
<div className={'body'}>
<header className={'nav' + (navbarHidden ? ' hide' : '')}>