mirror of https://github.com/kortix-ai/suna.git
ui: move slideIframe to center
This commit is contained in:
parent
524758d1dd
commit
67a5bfa431
|
@ -289,7 +289,7 @@ export function FullScreenPresentationViewer({
|
|||
transformOrigin: '0 0',
|
||||
position: 'absolute',
|
||||
top: 0,
|
||||
left: 0,
|
||||
left: `calc((100% - ${1920 * scale}px) / 2)`,
|
||||
willChange: 'transform',
|
||||
backfaceVisibility: 'hidden',
|
||||
WebkitBackfaceVisibility: 'hidden'
|
||||
|
|
Loading…
Reference in New Issue