mirror of
https://github.com/nextcloud/server.git
synced 2026-06-13 18:50:47 -04:00
Merge pull request #34024 from nextcloud/make-profile-page-scrollable
Make profile page scrollable again
This commit is contained in:
commit
e173e809a9
3 changed files with 4 additions and 3 deletions
|
|
@ -303,6 +303,7 @@ $content-max-width: 640px;
|
|||
|
||||
.profile {
|
||||
width: 100%;
|
||||
overflow-y: auto;
|
||||
|
||||
&__header {
|
||||
position: sticky;
|
||||
|
|
|
|||
4
dist/core-profile.js
vendored
4
dist/core-profile.js
vendored
File diff suppressed because one or more lines are too long
2
dist/core-profile.js.map
vendored
2
dist/core-profile.js.map
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue