Merge pull request #862 from Bilb/no-click-message-detail

disable section event in message detail view
pull/869/head
Vince 5 years ago committed by GitHub
commit 39eb450274
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1838,3 +1838,9 @@ input {
height: $session-icon-size-lg;
width: $session-icon-size-lg;
}
.module-message-detail {
.module-message {
pointer-events: none;
}
}

Loading…
Cancel
Save