cv-frontend-vue icon indicating copy to clipboard operation
cv-frontend-vue copied to clipboard

UI Fix: Hide Unnecessary Dual Scrollbars in Verilog Code Window

Open gitsofaryan opened this issue 8 months ago • 3 comments

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 image after image

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.

gitsofaryan avatar Mar 14 '25 06:03 gitsofaryan