#772 fix scroll issue on mobile

This commit is contained in:
lethemanh
2026-04-13 10:30:47 +07:00
parent e5687feaeb
commit 23edbfa7d2
7 changed files with 37 additions and 2 deletions
+2 -1
View File
@@ -1,3 +1,4 @@
import cx from 'classnames'
import { useAppDispatch, useAppSelector } from '@/app/hooks'
import SettingsPage from '@/features/Settings/SettingsPage'
import { useScreenSizeDetection } from '@/useScreenSizeDetection'
@@ -106,7 +107,7 @@ export default function CalendarLayout(): JSX.Element {
}
return (
<div className="App">
<div className={cx('App ', { 'App--mobile': isMobile })}>
{!isInIframe && <Menubar {...menubarProps} />}
{(view === 'calendar' || view === 'search') && (
<CalendarApp