Skip to content

Conversation

Copy link
Contributor

Copilot AI commented Dec 5, 2025

When many tables exist in a database, the scrollable table list overlaps the bottom navigation container (Settings, etc.).

Changes

  • Added z-index: 1 to .bottom-nav-container to ensure it renders above the table list
  • Added background: var(--bgcolor-neutral-primary) to prevent table items from showing through
.bottom-nav-container {
    /* existing styles */
    z-index: 1;
    background: var(--bgcolor-neutral-primary);
}

Screenshot

Screenshot

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • o1.ingest.sentry.io
    • Triggering command: /opt/hostedtoolcache/node/20.19.6/x64/bin/node node /home/REDACTED/work/console/console/node_modules/.bin/../vitest/vitest.mjs run (dns block)
    • Triggering command: /opt/hostedtoolcache/node/20.19.6/x64/bin/node node build.js (dns block)
    • Triggering command: /opt/hostedtoolcache/node/20.19.6/x64/bin/node node /home/REDACTED/work/console/console/node_modules/.bin/../vite/bin/vite.js preview (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

On subNavigation.svelte, in src/routes/(console)/project-[region]-[project]/databases/database-[database]/subNavigation.svelte, if there are a lot of tables, it covers the bottom-nav-container. It should not cover and the bottom-nav-container should be on top.


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

@appwrite
Copy link

appwrite bot commented Dec 5, 2025

Console (appwrite/console)

Project ID: 688b7bf400350cbd60e9

Sites (1)
Site Status Logs Preview QR
 console-stage
688b7cf6003b1842c9dc
Ready Ready View Logs Preview URL QR Code

Tip

HTTPS and SSL certificates are handled automatically for all your Sites

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 5, 2025

Important

Review skipped

Bot user detected.

To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.


Comment @coderabbitai help to get the list of available commands and usage tips.

Added z-index and background color to .bottom-nav-container to ensure it
remains visible above the scrolling table content in the database subNavigation.

Co-authored-by: stnguyen90 <1477010+stnguyen90@users.noreply.github.com>
Copilot AI changed the title [WIP] Fix subNavigation covering bottom nav container Fix bottom-nav-container z-index in database subNavigation Dec 5, 2025
Copilot AI requested a review from stnguyen90 December 5, 2025 23:55
Copilot finished work on behalf of stnguyen90 December 5, 2025 23:55
@stnguyen90
Copy link
Contributor

image image

@stnguyen90 stnguyen90 marked this pull request as ready for review December 5, 2025 23:59
@stnguyen90 stnguyen90 merged commit 71db5d6 into main Dec 6, 2025
6 checks passed
@stnguyen90 stnguyen90 deleted the copilot/fix-subnavigation-covering-bottom-nav branch December 6, 2025 04:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants