Add touch-action to Messages, Sidebar and User list
This commit fixes #1035
This commit is contained in:
parent
15b922595f
commit
32da456c84
@ -493,6 +493,7 @@ kbd {
|
|||||||
#sidebar .network,
|
#sidebar .network,
|
||||||
#sidebar .network-placeholder {
|
#sidebar .network-placeholder {
|
||||||
margin-bottom: 30px;
|
margin-bottom: 30px;
|
||||||
|
touch-action: pan-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
#sidebar .empty {
|
#sidebar .empty {
|
||||||
@ -935,6 +936,7 @@ kbd {
|
|||||||
|
|
||||||
#chat .messages {
|
#chat .messages {
|
||||||
padding: 10px 0;
|
padding: 10px 0;
|
||||||
|
touch-action: pan-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .msg {
|
#chat .msg {
|
||||||
@ -1296,6 +1298,7 @@ part/quit messages where we don't load previews (adds a blank line otherwise) */
|
|||||||
position: absolute;
|
position: absolute;
|
||||||
top: 48px;
|
top: 48px;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
|
touch-action: pan-y;
|
||||||
}
|
}
|
||||||
|
|
||||||
#chat .names-filtered {
|
#chat .names-filtered {
|
||||||
|
Loading…
Reference in New Issue
Block a user