Skip to content

Commit e8497ef

Browse files
Fix scrollbar issue #950
1 parent 9ec8081 commit e8497ef

File tree

4 files changed

+9
-3
lines changed

4 files changed

+9
-3
lines changed

classes/Visualizer/Gutenberg/build/block.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/Visualizer/Gutenberg/build/block.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

classes/Visualizer/Gutenberg/src/Components/ChartPermissions.js

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,7 @@ class ChartPermissions extends Component {
7373
<PanelBody
7474
title={ __( 'Who can see this chart?' ) }
7575
initialOpen={ false }
76+
className="vz-permission-tab"
7677
>
7778

7879
<SelectControl
@@ -128,6 +129,7 @@ class ChartPermissions extends Component {
128129
<PanelBody
129130
title={ __( 'Who can edit this chart?' ) }
130131
initialOpen={ false }
132+
className="vz-permission-tab"
131133
>
132134

133135
<SelectControl

classes/Visualizer/Gutenberg/src/style.scss

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -377,7 +377,11 @@
377377
.DTCR_pointer {
378378
z-index: 999999 !important;
379379
}
380-
380+
.vz-permission-tab {
381+
select.components-select-control__input {
382+
overflow:auto !important;
383+
}
384+
}
381385
.components-panel {
382386
.components-select-control {
383387
height:auto !important;

0 commit comments

Comments
 (0)