diff --git a/src/App.styl b/src/App.styl index 6d98d04..984952b 100644 --- a/src/App.styl +++ b/src/App.styl @@ -3,6 +3,10 @@ font-family "Roboto" height 100vh + &--mobile + height 100dvh + overflow-y hidden + .App-header background-color #282c34 min-height 100vh diff --git a/src/components/Calendar/CalendarLayout.tsx b/src/components/Calendar/CalendarLayout.tsx index 53a14d9..d1d3482 100644 --- a/src/components/Calendar/CalendarLayout.tsx +++ b/src/components/Calendar/CalendarLayout.tsx @@ -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 ( -
+
{!isInIframe && } {(view === 'calendar' || view === 'search') && ( = ({ return ( <> -
+