Spaces:
Running
Running
select none
Browse files- src/components/App.tsx +1 -1
src/components/App.tsx
CHANGED
@@ -188,7 +188,7 @@ function App() {
|
|
188 |
<div
|
189 |
ref={editor}
|
190 |
className={classNames(
|
191 |
-
"w-full h-[calc(100dvh-49px)] lg:h-[calc(100dvh-54px)] relative overflow-hidden max-lg:transition-all max-lg:duration-200",
|
192 |
{
|
193 |
"max-lg:h-0": currentView === "preview",
|
194 |
}
|
|
|
188 |
<div
|
189 |
ref={editor}
|
190 |
className={classNames(
|
191 |
+
"w-full h-[calc(100dvh-49px)] lg:h-[calc(100dvh-54px)] relative overflow-hidden max-lg:transition-all max-lg:duration-200 select-none",
|
192 |
{
|
193 |
"max-lg:h-0": currentView === "preview",
|
194 |
}
|