mirror of
https://github.com/cheeaun/phanpy.git
synced 2024-11-27 03:35:50 +03: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;
|
||||
overscroll-behavior: contain;
|
||||
touch-action: pan-x;
|
||||
user-select: none;
|
||||
}
|
||||
.carousel::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue