mirror of
https://github.com/hazemKrimi/crimson-quirks-ui.git
synced 2026-05-02 02:30:29 +00:00
Fix context menu positioning
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user