Skip to content

Commit

Permalink
scss/components: fix .tablist and organization logo z-index
Browse files Browse the repository at this point in the history
  • Loading branch information
hom3mad3 authored and goapunk committed Apr 30, 2024
1 parent 9603154 commit 72fbb0b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/scss/components/_header_lower.scss
Expand Up @@ -17,7 +17,7 @@
bottom: -3 * $spacer;

background-color: $body-bg;
z-index: 1;
z-index: 3;
box-shadow: 0 0 8px 0 $shadow;
}

Expand Down
2 changes: 1 addition & 1 deletion adhocracy-plus/assets/scss/components/_tabs.scss
Expand Up @@ -10,7 +10,7 @@
border-bottom: 2px solid $brand-primary;
text-align: center;
margin-bottom: $spacer * 2;
z-index: 3;
z-index: 2;
}

.tab {
Expand Down

0 comments on commit 72fbb0b

Please sign in to comment.