-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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 #9914 - Update dashboard.scss for dashlet options overflow #9914
Conversation
Hello, @2xaronl Could you please update your commit message to follow the formatting Fix #num - message. The number added in this case would be the number of the PR (9914). You can see more information on raising bugs/ PR's here: Thanks in advance, |
…rflow Prior to this change, overflow of the dashlet options popup div were set to hidden. Now they are set to auto to allow scrollbars when content overflows.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
Prior to this change, overflow of the dashlet options popup div were set to hidden. Now they are set to auto to allow scrollbars when content overflows.
Prior to this change, overflow of the dashlet options popup div were set to hidden. Now they are set to auto to allow scrollbars when content overflows.
Description
In my SuiteCRM instance, the Save and Clear buttons were not accessible in the 'My Open Cases : Options' popup when configuring the dashlet.
Motivation and Context
Overflow of the div containing the options in the popup was set to hidden and the max-height was insufficient to display all of the options plus the buttons. Rather than change the max-height (which may need to be readjusted in the future), I figured that allowing the div to vertically scroll was a better solution.
How To Test This
Rebuild sass
Types of changes
Final checklist