Leave some space so scroll bar does not overlap buttons

This commit is contained in:
Joscha 2025-02-07 14:49:53 +01:00
parent 02aed54ca3
commit aab2a502ab

View file

@ -9,7 +9,7 @@ const ui = useUiStore();
<template> <template>
<div class="flex h-screen touch-pan-x touch-pan-y flex-col"> <div class="flex h-screen touch-pan-x touch-pan-y flex-col">
<CNavbar /> <CNavbar />
<div class="h-full overflow-auto p-1"> <div class="h-full overflow-auto p-1 pr-5">
<CNote <CNote
v-if="ui.anchorId" v-if="ui.anchorId"
:noteId="ui.anchorId" :noteId="ui.anchorId"