Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Enhance snippet display with scrollbar #252

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

Devamchaudhari
Copy link

Description

  • This pull request introduces an improvement to the code snippet list by restricting its height and making it scrollable. The goal is to ensure that the language selection box remains accessible without requiring users to scroll excessively. This adjustment improves the overall user experience by maintaining easy access to the selection box while reducing unnecessary scrolling.

Type of Change

  • ✨ New snippet
  • 🛠 Improvement to an existing snippet
  • 🐞 Bug fix
  • 📖 Documentation update
  • 🔧 Other (please describe):

Checklist

  • I have tested my code and verified it works as expected.
  • My code follows the style and contribution guidelines of this project.
  • Comments are added where necessary for clarity.
  • Documentation has been updated (if applicable).
  • There are no new warnings or errors from my changes.

Related Issues

Closes #251

Additional Context

  • Restrict the Code Snippet List Height: Limit the height of the code snippet list and make it scrollable, ensuring the language selection box remains accessible without extra scrolling.

Screenshots (Optional)

Click to view screenshots

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.

[Feature] - Enhance Language Selection UX: Fix Position or Restrict Height of Code Snippet List
1 participant