[frontend/components] Remove scroller from profile view (ISH-711)
This commit is contained in:
parent
9f33e71b0f
commit
db1e2f18e7
2 changed files with 1 additions and 7 deletions
|
@ -20,7 +20,7 @@
|
|||
|
||||
@if (_init)
|
||||
{
|
||||
<div class="scroller">
|
||||
<div class="container">
|
||||
@if (UserResponse.BannerUrl != null)
|
||||
{
|
||||
<img class="banner" src="@UserResponse.BannerUrl"
|
||||
|
|
|
@ -1,9 +1,3 @@
|
|||
.scroller {
|
||||
height: 100vh;
|
||||
overflow-y: auto;
|
||||
overflow-x: clip;
|
||||
}
|
||||
|
||||
.loading {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
|
|
Loading…
Add table
Reference in a new issue