Merge pull request #34024 from nextcloud/make-profile-page-scrollable

Make profile page scrollable again
This commit is contained in:
Vincent Petry 2022-09-12 15:13:23 +02:00 committed by GitHub
commit e173e809a9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 4 additions and 3 deletions

View file

@ -303,6 +303,7 @@ $content-max-width: 640px;
.profile {
width: 100%;
overflow-y: auto;
&__header {
position: sticky;

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long