Skip to content

Commit 3d7a4b5

Browse files
committed
feat: new image editor ui
1 parent f07728d commit 3d7a4b5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/src/pages/image-editor-page.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -726,7 +726,7 @@ export function ImageEditorPage({ galleryKey, imageKey, loaderData }: ImageEdito
726726

727727
{/* Single Column - Stacked sections */}
728728
<div className='bg-background flex flex-col overflow-hidden border-l'>
729-
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none'>
729+
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none scrollbar-gutter-stable'>
730730
<ImageEditorControls
731731
key={resetCounter}
732732
imageEditor={imageEditor}
@@ -1178,7 +1178,7 @@ export function ImageEditorPage({ galleryKey, imageKey, loaderData }: ImageEdito
11781178
>
11791179
{/* Left Column */}
11801180
<div className='bg-background flex flex-col overflow-hidden border-r'>
1181-
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none'>
1181+
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none scrollbar-gutter-stable'>
11821182
<ImageEditorControls
11831183
key={`left-${resetCounter}`}
11841184
imageEditor={imageEditor}
@@ -1231,7 +1231,7 @@ export function ImageEditorPage({ galleryKey, imageKey, loaderData }: ImageEdito
12311231

12321232
{/* Right Column */}
12331233
<div className='bg-background flex flex-col overflow-hidden border-l'>
1234-
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none'>
1234+
<div className='flex-1 touch-pan-y overflow-y-auto overscroll-y-contain p-3 select-none scrollbar-gutter-stable'>
12351235
<ImageEditorControls
12361236
key={`right-${resetCounter}`}
12371237
imageEditor={imageEditor}

0 commit comments

Comments
 (0)