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;