Skip to content

Commit f2a48fb

Browse files
authored
Merge pull request #715 from crowdsecurity/fix-cookie-z-index
fix: 🐛 fix cookie z index
2 parents 3c99062 + d9bc2e7 commit f2a48fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

crowdsec-docs/plugins/gtag/theme/styles.module.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@
77
height: 200px;
88
border-radius: var(--ifm-global-radius);
99
box-shadow: 0 1.5px 6px 0 rgba(0, 0, 0, 0.15) inset;
10+
z-index: 1000;
1011
}
1112

1213
.text {

0 commit comments

Comments
 (0)