Skip to content

Commit d909e60

Browse files
authored
Merge pull request #2983 from pie-framework/fix/PIE-35-PIE-40
fix: made sure response area is over all elements [PIE-35][PIE-40]
2 parents 6025441 + 048bc54 commit d909e60

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

packages/inline-dropdown/configure/src/inline-dropdown-toolbar.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -354,6 +354,7 @@ class RespAreaToolbar extends React.Component {
354354
style={{
355355
...toolbarStyle,
356356
backgroundColor: '#E0E1E6',
357+
zIndex: 1,
357358
}}
358359
onMouseDown={this.onClickInside}
359360
>

0 commit comments

Comments
 (0)