Merge pull request #10935 from dhcodes/fix/map-drawer-issues
Fix map drawer issues
This commit is contained in:
@ -62,10 +62,6 @@
|
||||
}
|
||||
}
|
||||
|
||||
.drawer-content {
|
||||
overflow-y: auto;
|
||||
}
|
||||
|
||||
.drawer-action-bar {
|
||||
position: absolute;
|
||||
top: 0;
|
||||
|
@ -21,6 +21,7 @@
|
||||
}
|
||||
|
||||
.map-filter + .input-group-addon {
|
||||
min-width: inherit;
|
||||
width: 40px;
|
||||
color: darkgreen;
|
||||
background-color: #fff;
|
||||
|
@ -41,6 +41,7 @@ export class Header extends PureComponent {
|
||||
|
||||
handleKeyDown(e) {
|
||||
if (e.keyCode === ESC) {
|
||||
e.preventDefault();
|
||||
this.props.clearFilter();
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user