Skip to content
This repository has been archived by the owner on Jan 23, 2025. It is now read-only.

Commit

Permalink
Increased z-index for ul.nav.nav-tabs so promoted vertical bars do no…
Browse files Browse the repository at this point in the history
…t hide them (#56)

Co-authored-by: toavina <[email protected]>
  • Loading branch information
A-Souhei and toavina authored Dec 10, 2024
1 parent 04e3a13 commit 7dfee77
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ckanext/zarr/assets/css/zarr.css
Original file line number Diff line number Diff line change
Expand Up @@ -375,4 +375,8 @@
letter-spacing: 0.1em;
text-align: inherit;
float: right;
}

ul.nav.nav-tabs {
z-index: 9;
}

0 comments on commit 7dfee77

Please sign in to comment.