From 1a73e32211ac0a4a8815a7fbec14a1739d29792d Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Mon, 23 Sep 2024 09:42:01 +0800 Subject: [PATCH] Fix missing Only mentions checkbox in Notifications --- src/pages/notifications.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/notifications.css b/src/pages/notifications.css index b948ae83..1648abc5 100644 --- a/src/pages/notifications.css +++ b/src/pages/notifications.css @@ -238,6 +238,8 @@ } #mentions-option { + position: relative; + z-index: 2; float: right; &:dir(rtl) { float: left;