We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3c2e5e commit 77e8446Copy full SHA for 77e8446
eventcatalog/src/layouts/VerticalSideBarLayout.astro
@@ -344,7 +344,7 @@ const canPageBeEmbedded = isEmbedEnabled();
344
345
{
346
showNestedSideBar && (
347
- <div>
+ <>
348
<SideNav
349
id="sidebar"
350
class="sidebar-transition h-content bg-white border-r border-gray-100 ml-14"
@@ -353,9 +353,9 @@ const canPageBeEmbedded = isEmbedEnabled();
353
<div
354
id="sidebar-resizer"
355
class="w-1 cursor-col-resize bg-transparent hover:bg-blue-200"
356
- style="position: relative; z-index: 30;">
357
- </div>
358
+ style="position: relative; z-index: 30;"
+ />
+ </>
359
)
360
}
361
</aside>
0 commit comments