Handle draggable lines on touch screens
This commit is contained in:
committed by
John Livingston
parent
048c003ff0
commit
d79deef5c0
@ -1,5 +1,6 @@
|
||||
/*
|
||||
* SPDX-FileCopyrightText: 2024 John Livingston <https://www.john-livingston.fr/>
|
||||
* SPDX-FileCopyrightText: 2025 Nicolas Chesnais <https://autre.space>
|
||||
*
|
||||
* SPDX-License-Identifier: AGPL-3.0-only
|
||||
*/
|
||||
@ -16,4 +17,8 @@
|
||||
.livechat-drag-top-half > .draggables-line {
|
||||
border-top: 4px solid blue;
|
||||
}
|
||||
|
||||
[draggable="true"] {
|
||||
touch-action: none;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user