From 4c4e89ac9dba6edff1801f4034a23b2ff0286b98 Mon Sep 17 00:00:00 2001 From: Lim Chee Aun Date: Fri, 20 Oct 2023 23:11:26 +0800 Subject: [PATCH] Contain the overscroll behavior in notifications popover --- src/pages/notifications-menu.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/pages/notifications-menu.css b/src/pages/notifications-menu.css index 2c66663c0..00e30f579 100644 --- a/src/pages/notifications-menu.css +++ b/src/pages/notifications-menu.css @@ -23,6 +23,7 @@ padding: 0; height: 40em; overflow: auto; + overscroll-behavior: contain; } .notifications-menu .status { font-size: inherit;