From db1e2f18e7e48cc7c88ff7ecbf9fd3e58f6e203d Mon Sep 17 00:00:00 2001 From: Lilian Date: Mon, 17 Feb 2025 19:38:30 +0100 Subject: [PATCH] [frontend/components] Remove scroller from profile view (ISH-711) --- Iceshrimp.Frontend/Pages/ProfileView.razor | 2 +- Iceshrimp.Frontend/Pages/ProfileView.razor.css | 6 ------ 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/Iceshrimp.Frontend/Pages/ProfileView.razor b/Iceshrimp.Frontend/Pages/ProfileView.razor index 31c9fc4a..0e11aedc 100644 --- a/Iceshrimp.Frontend/Pages/ProfileView.razor +++ b/Iceshrimp.Frontend/Pages/ProfileView.razor @@ -20,7 +20,7 @@ @if (_init) { -
+
@if (UserResponse.BannerUrl != null) {