Fix column header not clickable when scrolled down

This commit is contained in:
Lim Chee Aun 2023-04-19 00:19:43 +08:00
parent 08890bb04e
commit 51fc60cf5d

View file

@ -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;