Skip to content

Commit 84ad75d

Browse files
committed
fix: top bar is not over suggestion menu
1 parent 204cd9b commit 84ad75d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/app/app.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
<div class="p-2 border-b bg-background shadow-sm sticky top-0 z-50">
1+
<div class="p-2 border-b bg-background shadow-sm sticky top-0 z-20">
22
<nav class="flex items-center space-x-2 lg:space-x-3 mx-auto max-w-[90rem]">
33
<a class="flex flex-col items-start" routerLink="overview">
44
<img class="h-12 object-contain" src="logo.svg" alt="logo" />

0 commit comments

Comments
 (0)