mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-01-23 17:16:26 +01:00
Test: Disable user-selection in carousel
This commit is contained in:
parent
0ea65b2cfd
commit
a18659ee27
1 changed files with 1 additions and 0 deletions
|
@ -589,6 +589,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
scrollbar-width: none;
|
scrollbar-width: none;
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
touch-action: pan-x;
|
touch-action: pan-x;
|
||||||
|
user-select: none;
|
||||||
}
|
}
|
||||||
.carousel::-webkit-scrollbar {
|
.carousel::-webkit-scrollbar {
|
||||||
display: none;
|
display: none;
|
||||||
|
|
Loading…
Reference in a new issue