fix: merge conflicts, merge

This commit is contained in:
Hyteq
2025-06-24 08:22:24 +03:00
9 changed files with 307 additions and 81 deletions

View File

@ -0,0 +1,4 @@
/* Prevent scroll jumping on Mac devices when using the editor */
body {
overflow: hidden;
}

View File

@ -1,6 +1,7 @@
"use client";
import { useEffect } from "react";
import "./editor.css";
import {
ResizablePanelGroup,
ResizablePanel,