fix(sw-398): moved logic for disable scroll in mobile and fixed issue that page is scrolling when toggling languageswitcher

This commit is contained in:
Pontus Dreij
2024-09-18 12:41:40 +02:00
parent 2849c69c52
commit efb8d278cd
4 changed files with 35 additions and 19 deletions

View File

@@ -4,13 +4,13 @@ import { ZodError } from "zod"
import { env } from "@/env/server"
import { type Context, createContext } from "./context"
import {
badRequestError,
internalServerError,
sessionExpiredError,
unauthorizedError,
} from "./errors/trpc"
import { type Context, createContext } from "./context"
import { fetchServiceToken } from "./tokenManager"
import { transformer } from "./transformer"