Ensure regions above timeline remain draggable

This commit is contained in:
trevor-signal 2023-11-13 13:17:44 -05:00 committed by GitHub
parent 313c1e1786
commit 4ab950c8b2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5447,6 +5447,12 @@ button.module-image__border-overlay:focus {
overflow-y: overlay;
display: flex;
flex-direction: column;
// Unset this for buttons in the timeline so that it doesn't prevent the higher z-index
// ConversationHeader from being draggable
button {
-webkit-app-region: initial;
}
}
.module-timeline__messages {