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

chore(css): add two types of attribute values for overflow #38

Merged
merged 1 commit into from
May 16, 2024

Conversation

LockingReal
Copy link
Contributor

/**
 * Specifies what to do with contents that overflow the available space for the panel. Possible values:
 * "squish" - Children are squished to fit within the panel's bounds if needed (default)
 * "clip" - Children maintain their desired size but their contents are clipped
 * "scroll" - Children maintain their desired size and a scrollbar is added to this panel
 *
 * Examples:
 * overflow: squish squish; // squishes contents in horizontal and vertical directions
 * overflow: squish scroll; // scrolls contents in the Y direction

*/ 🦋❤️🥰

@LockingReal
Copy link
Contributor Author

Hello classmate @Perryvw , I have looked at the recent merge request list and you have join review these requests recently. Can you help me take a look at the real scenes from our project 😉

@Perryvw Perryvw merged commit b165205 into ModDota:master May 16, 2024
1 check failed
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.

2 participants