Ensure regions above timeline remain draggable
This commit is contained in:
parent
313c1e1786
commit
4ab950c8b2
1 changed files with 6 additions and 0 deletions
|
@ -5447,6 +5447,12 @@ button.module-image__border-overlay:focus {
|
||||||
overflow-y: overlay;
|
overflow-y: overlay;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
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 {
|
.module-timeline__messages {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue