1
0
mirror of https://github.com/jcwimer/wrestlingApp synced 2026-04-12 16:25:41 +00:00

Moved the tournament navbar to the bottom of the page and made site responsive. Fixed puma solid queue in development.

This commit is contained in:
2025-04-16 14:05:17 -04:00
parent 6e61a7245a
commit 05b78662f5
11 changed files with 44 additions and 10996 deletions

View File

@@ -0,0 +1,8 @@
.navbar-inverse.navbar-fixed-top {
z-index: 1040; /* Ensure main navbar is above tournament navbar */
}
#tournament-navbar {
top: 50px; /* Position below the first fixed navbar */
z-index: 1030; /* Explicitly set standard fixed navbar z-index */
}