Skip to content

Fix: scrolling long files - #173

Merged
janepie merged 2 commits into
mainfrom
fix/168/scrolling
May 22, 2026
Merged

Fix: scrolling long files#173
janepie merged 2 commits into
mainfrom
fix/168/scrolling

Conversation

@janepie

@janepie janepie commented May 21, 2026

Copy link
Copy Markdown
Member

Fixes #168

Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
@janepie
janepie requested a review from kyteinsky May 21, 2026 17:11
Comment thread src/views/Dashboard.vue Outdated
getContent() {
const url = generateUrl('/apps/welcome/widget-content')
axios.get(url).then((response) => {
console.error(response)

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.error(response)
console.debug(response)

Comment thread src/views/Dashboard.vue Outdated

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
overflow: auto;

unrelated, but maybe this can be set to auto so un-necessary scrolls don't appear

Signed-off-by: Jana Peper <jana.peper@nextcloud.com>
@janepie
janepie merged commit c86f364 into main May 22, 2026
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Long text overlaps the widget frame

2 participants