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:
Simon Pocrnjič
2026-03-18 21:09:30 +01:00
parent 9c773be3ec
commit d80c99c6c0
3 changed files with 4 additions and 5 deletions
@@ -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})`,