Test: Disable user-selection in carousel

pull/49/head
Lim Chee Aun 2023-01-24 22:21:27 +08:00
rodzic 0ea65b2cfd
commit a18659ee27
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

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