(css) Fix selection of transparent all-day events

Fixes #3744
This commit is contained in:
Francis Lachapelle
2016-06-23 10:07:59 -04:00
parent e02b975bb5
commit fa91a07cb7
2 changed files with 3 additions and 1 deletions
@@ -330,7 +330,8 @@ $quarter_height: 10px;
rgba(255, 255, 255, .15) 50%,
rgba(255, 255, 255, 0) 50%,
rgba(255, 255, 255, 0)
);
);
pointer-events: none;
}
}