hide tooltip by default
This commit is contained in:
parent
551d9539bc
commit
e5046e24e1
@ -33,6 +33,9 @@ html
|
||||
}
|
||||
#hero-tooltip {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
opacity: 0;
|
||||
pointer-events: none;
|
||||
background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.75), rgba(24, 24, 24, 0.75));
|
||||
color: white;
|
||||
|
Loading…
Reference in New Issue
Block a user