Very specific fix for iPad with pointer devices
This commit is contained in:
parent
ce97b9a242
commit
e29a84f0a9
|
@ -1750,6 +1750,8 @@ ul.link-list li a .icon {
|
|||
/* scrollbar-width: none; */
|
||||
overscroll-behavior: contain;
|
||||
overscroll-behavior-x: contain;
|
||||
/* This `transform` fixes horizontal scrolling for pointer devices on iPad */
|
||||
transform: translateZ(0);
|
||||
}
|
||||
/* #columns::-webkit-scrollbar {
|
||||
display: none;
|
||||
|
|
Loading…
Reference in a new issue