Merge pull request #6605 from Thor77/flash-message-clickthrough

fix flash mesage clickthrough on profile-page
This commit is contained in:
Steffen van Bergerem 2015-12-29 19:52:47 +01:00
commit 64b7aa10a6

View file

@ -5,6 +5,7 @@
top: -100px;
z-index: 999;
width: 100%;
pointer-events: none;
&.expose { @include animation(expose, 10s) }
.flash-message {