Skip to content

Commit

Permalink
Fix scrollbar issue #950
Browse files Browse the repository at this point in the history
  • Loading branch information
girishpanchal30 committed Oct 20, 2022
1 parent 9ec8081 commit e8497ef
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion classes/Visualizer/Gutenberg/build/block.css

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion classes/Visualizer/Gutenberg/build/block.js

Large diffs are not rendered by default.

Expand Up @@ -73,6 +73,7 @@ class ChartPermissions extends Component {
<PanelBody
title={ __( 'Who can see this chart?' ) }
initialOpen={ false }
className="vz-permission-tab"
>

<SelectControl
Expand Down Expand Up @@ -128,6 +129,7 @@ class ChartPermissions extends Component {
<PanelBody
title={ __( 'Who can edit this chart?' ) }
initialOpen={ false }
className="vz-permission-tab"
>

<SelectControl
Expand Down
6 changes: 5 additions & 1 deletion classes/Visualizer/Gutenberg/src/style.scss
Expand Up @@ -377,7 +377,11 @@
.DTCR_pointer {
z-index: 999999 !important;
}

.vz-permission-tab {
select.components-select-control__input {
overflow:auto !important;
}
}
.components-panel {
.components-select-control {
height:auto !important;
Expand Down

0 comments on commit e8497ef

Please sign in to comment.