mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-07-12 08:07:11 +01:00
Ensure regions above timeline remain draggable
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user