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
It would be nice to add terminal-container that has a scrollbar so you can use border-radius on .terminal. There also can be overflow: hidden so you only need border-radius: and border.
The text was updated successfully, but these errors were encountered:
I have an idea for a new feature for jQuery Terminal
Here is the problem:
Firefox 99 that fixed the issue with horizontal scrollbar. Missing rounded corners.
Google Chrome. When the scrollbar is present missing part of the border in the corners.
Here is the fix:
https://codepen.io/jcubic/pen/wvpzZQM?editors=0110
It would be nice to add
terminal-container
that has a scrollbar so you can use border-radius on.terminal
. There also can beoverflow: hidden
so you only need border-radius: and border.The text was updated successfully, but these errors were encountered: