hide tooltip by default

This commit is contained in:
tmont 2020-05-17 13:30:19 -07:00
parent 551d9539bc
commit e5046e24e1

View File

@ -33,6 +33,9 @@ html
} }
#hero-tooltip { #hero-tooltip {
position: absolute; position: absolute;
top: 0;
left: 0;
opacity: 0;
pointer-events: none; pointer-events: none;
background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.75), rgba(24, 24, 24, 0.75)); background-image: linear-gradient(to bottom, rgba(52, 52, 52, 0.75), rgba(24, 24, 24, 0.75));
color: white; color: white;