Skip to content

Commit

Permalink
Fix header bar z-index and documentation toc (#1345)
Browse files Browse the repository at this point in the history
* Properly set header bar `z-index`

The table headers were still overlaying the header bar.

* Improve order of documentation entries and fix toc
  • Loading branch information
daanboer authored Sep 17, 2024
1 parent a863ba9 commit 141a2ab
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion app/src/shared/header/nav-bar.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
.header {
position: sticky;
top: 0;
z-index: 2;
z-index: 10;
height: rem(60px);
background-color: light-dark(var(--mantine-color-brand-5), var(--mantine-color-brand-7));
border-bottom: rem(1px) solid light-dark(var(--mantine-color-gray-3), var(--mantine-color-dark-4));
Expand Down
12 changes: 6 additions & 6 deletions docs/0-index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ SPDX-License-Identifier: AGPL-3.0-or-later

There is documentation for different audiences.

- [Visitors of the website](visitor)
- [Data contributors](data-contributor)
- [Maintainers](maintainer)
- [Administrators](administrator)
- [Developers](developer)
- [Code contributors](code-contributor)
- [Visitors of the website](1-visitor)
- [Data contributors](2-data-contributor)
- [Maintainers](3-maintainer)
- [Administrators](4-administrator)
- [Developers](5-developer)
- [Code contributors](6-code-contributor)
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 141a2ab

Please sign in to comment.