1
0
Fork 0

Potential fix for scrolling bug on iPad

This commit is contained in:
Lim Chee Aun 2023-04-15 19:19:43 +08:00
parent a505f7c5e4
commit ffea1cceab

View file

@ -53,6 +53,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
overscroll-behavior: contain;
scroll-behavior: smooth;
background-color: var(--bg-color);
/* This `transform` fixes carousel blocking vertical scrolling for pointer devices on iPad */
transform: translateZ(0);
}
.deck-container[hidden] {
display: block;