Merge pull request #10796 from KDSBrowne/2.3-issue-10779
Fix actions bar buttons not being clickable on iPad
This commit is contained in:
commit
a5b0d0318d
@ -242,7 +242,7 @@ class ActionsDropdown extends PureComponent {
|
||||
}
|
||||
|
||||
return (
|
||||
<Dropdown ref={(ref) => { this._dropdown = ref; }}>
|
||||
<Dropdown className={styles.dropdown} ref={(ref) => { this._dropdown = ref; }}>
|
||||
<DropdownTrigger tabIndex={0} accessKey={OPEN_ACTIONS_AK}>
|
||||
<Button
|
||||
hideLabel
|
||||
|
@ -118,6 +118,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
.dropdown,
|
||||
.btn {
|
||||
z-index: 3;
|
||||
}
|
||||
|
||||
.presentationItem {
|
||||
span {
|
||||
text-overflow: ellipsis;
|
||||
|
Loading…
Reference in New Issue
Block a user