[FEAT] Updated packages, show sprite offset values in cells and preview, fixed modal position
This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
v-if="isOpen"
|
||||
ref="modalRef"
|
||||
:style="{
|
||||
position: isFullScreen ? 'fixed' : 'absolute',
|
||||
position: 'fixed',
|
||||
left: isFullScreen ? '0' : `${position.x}px`,
|
||||
top: isFullScreen ? '0' : `${position.y}px`,
|
||||
width: isFullScreen ? '100%' : `${size.width}px`,
|
||||
|
||||
Reference in New Issue
Block a user