mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-08 17:16:25 +01:00
Fix column header not clickable when scrolled down
This commit is contained in:
parent
08890bb04e
commit
51fc60cf5d
1 changed files with 1 additions and 0 deletions
|
@ -1820,6 +1820,7 @@ ul.link-list li a .icon {
|
||||||
}
|
}
|
||||||
#columns .timeline-deck > header[hidden] {
|
#columns .timeline-deck > header[hidden] {
|
||||||
transform: none;
|
transform: none;
|
||||||
|
pointer-events: auto;
|
||||||
}
|
}
|
||||||
#columns li:has(.status-carousel) {
|
#columns li:has(.status-carousel) {
|
||||||
width: auto;
|
width: auto;
|
||||||
|
|
Loading…
Reference in a new issue