diff --git a/Iceshrimp.Frontend/Components/NotificationList.razor.css b/Iceshrimp.Frontend/Components/NotificationList.razor.css index 82f0d73e..b7ce79b3 100644 --- a/Iceshrimp.Frontend/Components/NotificationList.razor.css +++ b/Iceshrimp.Frontend/Components/NotificationList.razor.css @@ -4,7 +4,7 @@ flex-direction: column; width: 100%; overflow-x: auto; - overscroll-behavior: contain; + overscroll-behavior-y: contain; } .wrapper { diff --git a/Iceshrimp.Frontend/wwwroot/css/app.css b/Iceshrimp.Frontend/wwwroot/css/app.css index d5b3b326..07b4582a 100644 --- a/Iceshrimp.Frontend/wwwroot/css/app.css +++ b/Iceshrimp.Frontend/wwwroot/css/app.css @@ -22,7 +22,7 @@ --font-color: #e7edff; --link: #9E9EFF; - overscroll-behavior: none; + overscroll-behavior-y: none; }