mirror of
https://github.com/cheeaun/phanpy.git
synced 2025-02-02 06:06:41 +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] {
|
||||
transform: none;
|
||||
pointer-events: auto;
|
||||
}
|
||||
#columns li:has(.status-carousel) {
|
||||
width: auto;
|
||||
|
|
Loading…
Reference in a new issue