Skip to content

Solved the problem of multiple scroll bars in js frontend/backend#2762

Closed
KhadishaKudys wants to merge 5 commits intoTriliumNext:masterfrom
KhadishaKudys:Multiple-scroll-bars
Closed

Solved the problem of multiple scroll bars in js frontend/backend#2762
KhadishaKudys wants to merge 5 commits intoTriliumNext:masterfrom
KhadishaKudys:Multiple-scroll-bars

Conversation

@KhadishaKudys
Copy link

closes #2760

This PR solves the problem of multiple scroll bars in js code.

image


.note-detail.full-height {
height: 100%;
height: calc(100% - 3em);
Copy link
Contributor

Choose a reason for hiding this comment

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

This is too general since it affects also non-script type notes.

@eliandoran eliandoran deleted the branch TriliumNext:master June 21, 2025 14:45
@eliandoran eliandoran closed this Jun 21, 2025
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.

(Bug report) Multiple scroll bars in long js backend/js frontend notes

3 participants