Fixed dropdown menu where if window small and parts of menu hidden no scroll appeared and user was stuck, also fixed time js which showed +1h, enabled image copying documents
This commit is contained in:
@@ -329,7 +329,8 @@ watch(
|
||||
ref="imageRef"
|
||||
:src="props.src"
|
||||
:alt="props.title"
|
||||
class="absolute top-0 left-0 max-w-none pointer-events-none"
|
||||
draggable="false"
|
||||
class="absolute top-0 left-0 max-w-none"
|
||||
:style="{
|
||||
transformOrigin: '0 0',
|
||||
transform: `translate(${translateX}px, ${translateY}px) scale(${imageScale})`,
|
||||
|
||||
Reference in New Issue
Block a user