cv-frontend-vue
cv-frontend-vue copied to clipboard
UI Fix: Hide Unnecessary Dual Scrollbars in Verilog Code Window
Describe the changes you have made in this PR -
This PR fixes the issue of dual scrollbars appearing in the Verilog code window. The .CodeMirror container was previously allowing two scrollbars, one unnecessarily.
Screenshots of the changes (If any) -
before
after
Note: Please check Allow edits from maintainers. if you would like us to assist in the PR.
Summary by CodeRabbit
- Style
- Updated the embedded code display so that overflow content is now hidden rather than scrollable, ensuring a cleaner and more contained interface.