mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-03-21 21:29:20 +01:00
Potential fix for scrolling bug on iPad
This commit is contained in:
parent
a505f7c5e4
commit
ffea1cceab
1 changed files with 2 additions and 0 deletions
|
@ -53,6 +53,8 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
||||||
overscroll-behavior: contain;
|
overscroll-behavior: contain;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
background-color: var(--bg-color);
|
background-color: var(--bg-color);
|
||||||
|
/* This `transform` fixes carousel blocking vertical scrolling for pointer devices on iPad */
|
||||||
|
transform: translateZ(0);
|
||||||
}
|
}
|
||||||
.deck-container[hidden] {
|
.deck-container[hidden] {
|
||||||
display: block;
|
display: block;
|
||||||
|
|
Loading…
Reference in a new issue