Fix context menu positioning

This commit is contained in:
Hazem Krimi
2023-04-06 16:49:36 +01:00
parent 3326651f54
commit 82a16a7852
2 changed files with 10 additions and 21 deletions
+1 -1
View File
@@ -153,7 +153,7 @@ const Sidebar = () => {
))}
{templates &&
templates.map((template, index) => (
<Box marginBottom='20px' key={template.id} position='relative'>
<Box marginBottom='20px' key={template.id}>
<div id={`template-${template.id}`}>
<SidebarItem
color={role}