From 4fac53e35cc4dc04cdc4591c96f65b51edef4324 Mon Sep 17 00:00:00 2001 From: Karl Stolley Date: Wed, 25 Oct 2023 10:40:09 -0400 Subject: [PATCH] left_sidebar: Restore and note positioning context for unread dots. --- web/styles/left_sidebar.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/styles/left_sidebar.css b/web/styles/left_sidebar.css index 7fb175890a..2fd3bf6c27 100644 --- a/web/styles/left_sidebar.css +++ b/web/styles/left_sidebar.css @@ -504,6 +504,8 @@ li.active-sub-filter { /* Unset padding from individual top_left items */ padding: 0; border-radius: 4px; + /* Set a positioning context for the unread dot. */ + position: relative; .unread_count { position: absolute;