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(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar #2062

Merged
merged 3 commits into from
Sep 3, 2023
Merged

fix(examples-styling): fixed checkbox and toggler getting hidden behind scrollbar #2062

merged 3 commits into from
Sep 3, 2023

Commits on Sep 3, 2023

  1. fix(examples-styling): fixed checkbox and toggler getting hidden behi…

    …nd scrollbar
    
    Column inside scrollable is having Length::Fill so it is taking entire width thus hiding check box and toggler.
    Added fixed width to scrollable so Lenth::Fill will be relative to fixed width
    akshayr-mecha authored and hecrj committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    3a44ad3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20bf01a View commit details
    Browse the repository at this point in the history
  3. Update CHANGELOG

    hecrj committed Sep 3, 2023
    Configuration menu
    Copy the full SHA
    89d3191 View commit details
    Browse the repository at this point in the history