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

Updating webkit values to relative percentage #1204

Merged
merged 2 commits into from May 24, 2023

Conversation

teresaqhoang
Copy link
Contributor

Motivation and Context

-webkit-fill-available is not widely supported across all browsers. It is a non-standard CSS value and doesn't work on Firefox (Mozilla) browsers. Changing this to a relative percentage to be more inclusive of all browsers.

Scrollbars are unaffected and clamps are unaffected as they have a default fallback in moz

Example in Firefox:
image

@teresaqhoang teresaqhoang added PR: ready to merge PR has been approved by all reviewers, and is ready to merge. bug Something isn't working labels May 24, 2023
@teresaqhoang teresaqhoang changed the title Updating webkit values to css calculations Updating webkit values to relative percentage May 24, 2023
@adrianwyatt adrianwyatt merged commit 096a61f into microsoft:main May 24, 2023
16 checks passed
shawncal pushed a commit to shawncal/semantic-kernel that referenced this pull request Jul 6, 2023
### Motivation and Context
-webkit-fill-available is not widely supported across all browsers. It
is a non-standard CSS value and doesn't work on Firefox (Mozilla)
browsers. Changing this to a relative percentage to be more inclusive of
all browsers.

Scrollbars are unaffected and clamps are unaffected as they have a
default fallback in moz

Example in Firefox:

![image](https://github.com/microsoft/semantic-kernel/assets/125500434/d865a92e-68c9-4a5c-888d-7d426876096f)
golden-aries pushed a commit to golden-aries/semantic-kernel that referenced this pull request Oct 10, 2023
### Motivation and Context
-webkit-fill-available is not widely supported across all browsers. It
is a non-standard CSS value and doesn't work on Firefox (Mozilla)
browsers. Changing this to a relative percentage to be more inclusive of
all browsers.

Scrollbars are unaffected and clamps are unaffected as they have a
default fallback in moz

Example in Firefox:

![image](https://github.com/microsoft/semantic-kernel/assets/125500434/d865a92e-68c9-4a5c-888d-7d426876096f)
@teresaqhoang teresaqhoang deleted the updating-webkit-values branch December 13, 2023 22:41
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working PR: ready to merge PR has been approved by all reviewers, and is ready to merge.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants