Skip to content

Commit 71db5d6

Browse files
authored
Fix bottom-nav-container z-index in database subNavigation (#2672)
Added z-index and background color to .bottom-nav-container to ensure it remains visible above the scrolling table content in the database subNavigation.
1 parent 6344127 commit 71db5d6

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/routes/(console)/project-[region]-[project]/databases/database-[database]/subNavigation.svelte

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -390,6 +390,8 @@
390390
left: 1.25rem;
391391
position: absolute;
392392
padding-block-end: 1rem;
393+
z-index: 1;
394+
background: var(--bgcolor-neutral-primary);
393395
}
394396
395397
.action-menu-divider {

0 commit comments

Comments
 (0)