Leave some space so scroll bar does not overlap buttons
This commit is contained in:
parent
02aed54ca3
commit
aab2a502ab
1 changed files with 1 additions and 1 deletions
|
|
@ -9,7 +9,7 @@ const ui = useUiStore();
|
|||
<template>
|
||||
<div class="flex h-screen touch-pan-x touch-pan-y flex-col">
|
||||
<CNavbar />
|
||||
<div class="h-full overflow-auto p-1">
|
||||
<div class="h-full overflow-auto p-1 pr-5">
|
||||
<CNote
|
||||
v-if="ui.anchorId"
|
||||
:noteId="ui.anchorId"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue