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

Splitter | Overflow issue #15959

Closed
cetincakiroglu opened this issue Jul 4, 2024 · 2 comments · Fixed by #15960 · 4 remaining pull requests
Closed

Splitter | Overflow issue #15959

cetincakiroglu opened this issue Jul 4, 2024 · 2 comments · Fixed by #15960 · 4 remaining pull requests
Assignees
Labels
LTS-16-PORTABLE LTS-FIXED-16.9.12 Type: Bug Issue contains a bug related to a specific component. Something about the component is not working
Milestone

Comments

@cetincakiroglu
Copy link
Contributor

  • Overflow is visible due to missing overflow: hidden; style in .p-splitter-panel element.

Screenshot 2024-07-04 at 14 28 32

@cetincakiroglu cetincakiroglu added the Type: Bug Issue contains a bug related to a specific component. Something about the component is not working label Jul 4, 2024
@cetincakiroglu cetincakiroglu added this to the 17.18.3 milestone Jul 4, 2024
@github-actions github-actions bot added the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 4, 2024
cetincakiroglu added a commit that referenced this issue Jul 4, 2024
Fixes #15959 - Splitter | Add missing rule
@cetincakiroglu cetincakiroglu removed the Status: Needs Triage Issue will be reviewed by Core Team and a relevant label will be added as soon as possible label Jul 4, 2024
@cetincakiroglu cetincakiroglu self-assigned this Jul 4, 2024
@randy9527
Copy link

randy9527 commented Jul 5, 2024

@cetincakiroglu Adding overflow: hidden; to splitter panel introducing another issue:

If there's a cascade select hosted in vertical splitter panel, the cascaded selections will be blocked by panel:
With overflow: hidden;:
image
Without overflow: hidden;:
image
It can be easily reproduced by mixing splitter and cascade select demos.

If there's another approach to fix or any workaround?

@cetincakiroglu
Copy link
Contributor Author

Hi @randy9527 ,

Overflow should be hidden since it's out of the boundaries of panel 1. You can override the CSS and make overflow: scroll or whatever you need as a workaround.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment