Merge pull request #4037 from matrix-org/jryans/scroll-up-pointer
Let pointer events fall through to scroll buttonpull/21833/head
commit
a4228907a6
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue