(fix/ui) minor adjustments

This commit is contained in:
ManishMadan2882
2025-05-30 19:33:07 +05:30
parent 9c28817fba
commit 92d69636a7
2 changed files with 3 additions and 3 deletions

View File

@@ -450,7 +450,7 @@ export default function Documents({
options={getActionOptions(index, document)}
anchorRef={getMenuRef(docId)}
position="bottom-left"
offset={{ x: 48, y: -24 }}
offset={{ x: 48, y: 0 }}
className="z-50"
/>
</div>