💄 (stacked note) titles are now sticky

This commit is contained in:
Julien Calixte
2021-03-14 23:20:41 +01:00
parent 28c810a7db
commit 2aff45ada5
3 changed files with 10 additions and 7 deletions

View File

@@ -3,7 +3,7 @@ import { computed, onMounted } from '@vue/runtime-core'
import { useOverlay } from '@/hooks/useOverlay.hook'
import { NOTE_WIDTH } from '@/constants/note-width'
const BOOKMARK_WIDTH = 2
const BOOKMARK_WIDTH = 1.5
export const useNoteOverlay = (className: string, index: number) => {
const { x } = useOverlay()