Very specific fix for iPad with pointer devices

pull/119/head
Lim Chee Aun 2023-04-28 15:03:14 +08:00
rodzic ce97b9a242
commit e29a84f0a9
1 zmienionych plików z 2 dodań i 0 usunięć

Wyświetl plik

@ -1750,6 +1750,8 @@ ul.link-list li a .icon {
/* scrollbar-width: none; */ /* scrollbar-width: none; */
overscroll-behavior: contain; overscroll-behavior: contain;
overscroll-behavior-x: contain; overscroll-behavior-x: contain;
/* This `transform` fixes horizontal scrolling for pointer devices on iPad */
transform: translateZ(0);
} }
/* #columns::-webkit-scrollbar { /* #columns::-webkit-scrollbar {
display: none; display: none;