Skip to content

fix(ui): hide visible scrollbar from checkout widget for windows#9541

Merged
Gnanasundari24 merged 1 commit intomainfrom
9540-bug-payment-links-checkout-widget-has-visible-scrollbars-on-windows-browsers
Oct 1, 2025
Merged

fix(ui): hide visible scrollbar from checkout widget for windows#9541
Gnanasundari24 merged 1 commit intomainfrom
9540-bug-payment-links-checkout-widget-has-visible-scrollbars-on-windows-browsers

Conversation

@kashif-m
Copy link
Contributor

Type of Change

  • Bugfix
  • New feature
  • Enhancement
  • Refactoring
  • Dependency updates
  • Documentation
  • CI/CD

Description

This PR hides the visible scrollbars on payment link's checkout widget.

Additional Changes

  • This PR modifies the API contract
  • This PR modifies the database schema
  • This PR modifies application configuration/environment variables

Motivation and Context

How did you test it?

Can only be tested on windows device. Tested by using below payment link config on windows device

"payment_link_config": {
    "payment_link_ui_rules": {
        "#submit": {
            "color": "#003264 !important",
            "padding": "25px 0",
            "fontSize": "19px",
            "fontWeight": "700",
            "borderRadius": "5px",
            "backgroundColor": "#CBB7FF !important"
        },
        "#payment-form-wrap": {
            "width": "100% !important",
            "backgroundColor": "#FFFFFF !important"
        },
        "#payment-form::-webkit-scrollbar": {
            "display": "none"
        }
    }
}

Checklist

  • I formatted the code cargo +nightly fmt --all
  • I addressed lints thrown by cargo clippy
  • I reviewed the submitted code
  • I added unit tests for my changes where possible

@kashif-m kashif-m self-assigned this Sep 24, 2025
@kashif-m kashif-m requested a review from a team as a code owner September 24, 2025 09:48
@kashif-m kashif-m linked an issue Sep 24, 2025 that may be closed by this pull request
2 tasks
@semanticdiff-com
Copy link

Review changes with  SemanticDiff

@kashif-m kashif-m force-pushed the 9540-bug-payment-links-checkout-widget-has-visible-scrollbars-on-windows-browsers branch from fa4e824 to 0252d1c Compare September 24, 2025 09:50
@Gnanasundari24 Gnanasundari24 added this pull request to the merge queue Oct 1, 2025
Merged via the queue into main with commit ff6e9c0 Oct 1, 2025
21 of 25 checks passed
@Gnanasundari24 Gnanasundari24 deleted the 9540-bug-payment-links-checkout-widget-has-visible-scrollbars-on-windows-browsers branch October 1, 2025 13:15
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.

[BUG] payment link's checkout widget has visible scrollbars on Windows browsers

4 participants