Test: Disable user-selection in carousel

This commit is contained in:
Lim Chee Aun 2023-01-24 22:21:27 +08:00
parent 0ea65b2cfd
commit a18659ee27

View file

@ -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;