fix(ui): center staging area images

This commit is contained in:
psychedelicious
2025-07-12 00:05:18 +10:00
parent d9a1efbabf
commit b23bff1b53

View File

@@ -94,6 +94,7 @@ const useScrollableStagingArea = (rootRef: RefObject<HTMLDivElement>) => {
const { viewport } = osInstance.elements();
viewport.style.overflowX = `var(--os-viewport-overflow-x)`;
viewport.style.overflowY = `var(--os-viewport-overflow-y)`;
viewport.style.textAlign = 'center';
},
},
options: {