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

Fix CSS specificity issue in extensions viewlet #238179

Open
wants to merge 3 commits into
base: main
Choose a base branch
from

Conversation

chiragjha1
Copy link

@chiragjha1 chiragjha1 commented Jan 17, 2025

Addressing issue #238029
Fix for the issue with CSS specificity in Extensions Viewlet causing the last installed extension to overflow.

Problem:

  • The CSS specificity targeting display property for the hidden container was too low, causing overflow of the last extension

Solution:

  • Increased specificity of the .hidden class within .message-container so that when container is hidden, it stays hidden as intended.

Screenshots:
viewlet extension before
viewlet extension after

Testing: Have made sure that the last extension no longer overflows when the .hidden class is applied

@Sadullaev1
Copy link

nice

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.

3 participants