Disable sticky date headers in Notifications when in multi-column mode

This commit is contained in:
Lim Chee Aun 2024-11-01 17:31:53 +08:00
parent 7d922550d0
commit d7732cbf47

View file

@ -27,6 +27,11 @@
margin: 0;
opacity: 1;
#columns & {
position: static;
background-color: inherit;
}
small {
font-weight: normal;
font-size: var(--text-size);