Spaces:
Running
Running
remove transition
Browse files
src/components/preview/preview.tsx
CHANGED
|
@@ -25,7 +25,7 @@ function Preview({
|
|
| 25 |
<div
|
| 26 |
ref={ref}
|
| 27 |
className={classNames(
|
| 28 |
-
"w-full border-l border-gray-900 h-full relative
|
| 29 |
{
|
| 30 |
"lg:p-4": currentTab !== "preview",
|
| 31 |
}
|
|
|
|
| 25 |
<div
|
| 26 |
ref={ref}
|
| 27 |
className={classNames(
|
| 28 |
+
"w-full border-l border-gray-900 h-full relative z-0 flex items-center justify-center",
|
| 29 |
{
|
| 30 |
"lg:p-4": currentTab !== "preview",
|
| 31 |
}
|