left_sidebar: Remove z-index from sidebar-search.

Now that the left-sidebar filter sits atop the area,
it's no longer necessary to set a z-index here.

This also fixes a bug where a hovered unread in the
collapsed views would be clipped by the filter box
above.
This commit is contained in:
Karl Stolley
2025-08-13 08:54:44 -04:00
committed by Tim Abbott
parent 14ce2c5a81
commit 0aa2baa9ca

View File

@@ -338,8 +338,6 @@
auto;
position: sticky;
top: 0;
/* Must be more than .stream-list-subsection-header */
z-index: 3;
background: var(--color-background);
/* Must be padding not margin so that the sticky headers don't show behind it */
padding: 0 var(--left-sidebar-right-margin) 3px 5px;