From 663dcb13a5b5085b58ebb10ee5f5eff4bb3d07ce Mon Sep 17 00:00:00 2001 From: Kit La Touche Date: Sun, 30 Nov 2025 22:59:21 -0500 Subject: Show number of unread conversations in app badge --- ui/styles/app-bar.css | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ui/styles/app-bar.css') diff --git a/ui/styles/app-bar.css b/ui/styles/app-bar.css index ce52712..272810a 100644 --- a/ui/styles/app-bar.css +++ b/ui/styles/app-bar.css @@ -7,6 +7,8 @@ align-items: stretch; background-color: var(--colour-header-bg); color: var(--light-text); + z-index: 2; + position: relative; } .app-bar > * { -- cgit v1.2.3