You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 20, 2023. It is now read-only.
What should we add or change to make your life better?
The logs currently continues to append but doesnt scroll as new logs are being added. It would be great if there was a 'follow logs' checkbox to automatically scroll down as new log lines are appended.
This can be done easily with CSS and a checkbox;
.FollowLogs
{
scroll-snap-type: y mandatory;
}
The text was updated successfully, but these errors were encountered:
What should we add or change to make your life better?
The logs currently continues to append but doesnt scroll as new logs are being added. It would be great if there was a 'follow logs' checkbox to automatically scroll down as new log lines are appended.
This can be done easily with CSS and a checkbox;
The text was updated successfully, but these errors were encountered: