disable section event in message detail view

pull/862/head
Audric Ackermann 5 years ago
parent f91ce45c92
commit 687aa6e412
No known key found for this signature in database
GPG Key ID: 999F434D76324AD4

@ -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