mirror of
https://github.com/jcwimer/wrestlingApp
synced 2026-04-02 04:35:26 +00:00
8 lines
255 B
CSS
8 lines
255 B
CSS
.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 */
|
|
} |