Skip to content

Commit

Permalink
Merge pull request #715 from crowdsecurity/fix-cookie-z-index
Browse files Browse the repository at this point in the history
fix: 🐛 fix cookie z index
  • Loading branch information
ziracmo authored Jan 14, 2025
2 parents 3c99062 + d9bc2e7 commit f2a48fb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions crowdsec-docs/plugins/gtag/theme/styles.module.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
height: 200px;
border-radius: var(--ifm-global-radius);
box-shadow: 0 1.5px 6px 0 rgba(0, 0, 0, 0.15) inset;
z-index: 1000;
}

.text {
Expand Down

0 comments on commit f2a48fb

Please sign in to comment.