mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-10 10:06:24 +01:00
Test content-visibility: auto on off-screen columns
This commit is contained in:
parent
7223baaaad
commit
1574be2b35
1 changed files with 3 additions and 0 deletions
|
@ -2260,6 +2260,9 @@ ul.link-list li a .icon {
|
||||||
.header-grid {
|
.header-grid {
|
||||||
background-color: var(--bg-blur-color);
|
background-color: var(--bg-blur-color);
|
||||||
}
|
}
|
||||||
|
#columns > .deck-container > .timeline-deck {
|
||||||
|
content-visibility: auto;
|
||||||
|
}
|
||||||
#columns .header-grid input {
|
#columns .header-grid input {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue