Skip to content

Fix firefox column issue#203

Merged
tomjpeg merged 5 commits into
mainfrom
fix-firefox-column-issue
Feb 2, 2026
Merged

Fix firefox column issue#203
tomjpeg merged 5 commits into
mainfrom
fix-firefox-column-issue

Conversation

@tomjpeg

@tomjpeg tomjpeg commented Feb 2, 2026

Copy link
Copy Markdown
Collaborator

Like described in issue #199, there were some problems with Firefox when the log reaches a specific length. It seems that Firefox has difficulties with the display grid when the row count reaches a certain number. To avoid this, we changed the log output in Firefox to display as a table.

Changes

  • Added a browser CSS variable
  • Overwrite display grid with display table for Firefox
  • Adjust floating scrollbar js to work with firefox

@tomjpeg tomjpeg requested a review from matthi4s February 2, 2026 13:16
@tomjpeg tomjpeg merged commit 42befb0 into main Feb 2, 2026
1 check passed
@tomjpeg tomjpeg deleted the fix-firefox-column-issue branch February 2, 2026 13:19
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.

2 participants