Skip to content

Commit fd1262e

Browse files
committed
fix z index issue on web banner overlapping with search bar
1 parent fcb0ded commit fd1262e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

static/css/devportal2024-v1.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

styles/_top-banner.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
background: #32E685 !important;
77
padding: 7px 35px;
88
font-family: "Space Grotesk";
9-
z-index: 9999;
9+
z-index: 1;
1010
cursor: pointer;
1111

1212
&:hover {

0 commit comments

Comments
 (0)