Merge pull request #4037 from matrix-org/jryans/scroll-up-pointer

Let pointer events fall through to scroll button
pull/21833/head
J. Ryan Stinnett 2020-02-06 13:52:14 +00:00 committed by GitHub
commit a4228907a6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -32,9 +32,9 @@ limitations under the License.
width: 4px;
height: 4px;
border-radius: 16px;
overflow: hidden;
background-color: $secondary-accent-color;
border: 6px solid $accent-color;
pointer-events: none;
}
.mx_TopUnreadMessagesBar_scrollUp {