[frontend/components] Remove scroller from profile view (ISH-711)

This commit is contained in:
Lilian 2025-02-17 19:38:30 +01:00
parent 9f33e71b0f
commit db1e2f18e7
No known key found for this signature in database
2 changed files with 1 additions and 7 deletions

View file

@ -20,7 +20,7 @@
@if (_init) @if (_init)
{ {
<div class="scroller"> <div class="container">
@if (UserResponse.BannerUrl != null) @if (UserResponse.BannerUrl != null)
{ {
<img class="banner" src="@UserResponse.BannerUrl" <img class="banner" src="@UserResponse.BannerUrl"

View file

@ -1,9 +1,3 @@
.scroller {
height: 100vh;
overflow-y: auto;
overflow-x: clip;
}
.loading { .loading {
display: flex; display: flex;
align-items: center; align-items: center;