mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-05 04:15:50 +00:00
fix z index issue on web banner overlapping with search bar
This commit is contained in:
File diff suppressed because one or more lines are too long
@@ -6,7 +6,7 @@
|
|||||||
background: #32E685 !important;
|
background: #32E685 !important;
|
||||||
padding: 7px 35px;
|
padding: 7px 35px;
|
||||||
font-family: "Space Grotesk";
|
font-family: "Space Grotesk";
|
||||||
z-index: 9999;
|
z-index: 1;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
|
|||||||
Reference in New Issue
Block a user