fix help text pointer events bug

pull/526/head
gabrielburnworth 2017-11-08 13:01:49 -08:00
parent f1dc806a59
commit a861091898
1 changed files with 4 additions and 0 deletions

View File

@ -50,6 +50,10 @@
max-height: 0px;
transition: all 0.5s ease;
transition-delay: 0.2s;
pointer-events: none;
a {
pointer-events: all;
}
a:link {
font-style: normal;
color: $off_white;