mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-03 15:00:50 +03:00
Test disable content-visibility:auto on carousels
Safari seems to jump scrolls inside the carousel
This commit is contained in:
parent
c5d46f8d7b
commit
a6daf19b80
1 changed files with 1 additions and 1 deletions
|
@ -367,7 +367,7 @@ a[href^='http'][rel*='nofollow']:visited:not(:has(div)) {
|
|||
border-bottom: var(--hairline-width) solid var(--divider-color);
|
||||
--line-dir: var(--to-forward);
|
||||
}
|
||||
.timeline:not(.contextual) > li + li {
|
||||
.timeline:not(.contextual) > li + li:not(.timeline-item-carousel) {
|
||||
content-visibility: auto;
|
||||
contain-intrinsic-size: auto 160px;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue