Fix clickability of left 50px of From: in message header

This commit is contained in:
Ben Gotow 2018-04-03 16:47:59 -07:00
parent 5f39ee2e35
commit 7868823b22

View file

@ -391,6 +391,7 @@ body.platform-win32 {
transition: opacity 100ms;
transition-delay: 50ms, 0ms;
transition-timing-function: ease-in;
pointer-events: none;
opacity: 0;
}