fixed graph explorer visibility and graph expand keyboard accessibility issue (#1092)

* fixed graph explorer visibility issue

* fixed graph expand keyboard accessibility issue
This commit is contained in:
Sunil Kumar Yadav
2021-09-23 20:27:42 +05:30
committed by GitHub
parent ddd2e63fe7
commit 9a908dde9a
9 changed files with 31 additions and 2 deletions

View File

@@ -23,6 +23,7 @@ export class MiddlePaneComponent extends React.Component<MiddlePaneComponentProp
role="button"
aria-expanded={this.props.isTabsContentExpanded}
aria-name="View graph in full screen"
tabIndex={0}
>
<img
src={this.props.isTabsContentExpanded ? CollapseArrowIcon : ExpandIcon}

View File

@@ -15,7 +15,8 @@
.graphExplorerContainer {
margin-left: @SmallSpace;
overflow: hidden;
overflow-y:auto;
overflow-x: clip;
height:100%;
.flex-display();
.flex-direction();