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 {
|
.drawer-action-bar {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 0;
|
top: 0;
|
||||||
|
@ -21,6 +21,7 @@
|
|||||||
}
|
}
|
||||||
|
|
||||||
.map-filter + .input-group-addon {
|
.map-filter + .input-group-addon {
|
||||||
|
min-width: inherit;
|
||||||
width: 40px;
|
width: 40px;
|
||||||
color: darkgreen;
|
color: darkgreen;
|
||||||
background-color: #fff;
|
background-color: #fff;
|
||||||
|
@ -41,6 +41,7 @@ export class Header extends PureComponent {
|
|||||||
|
|
||||||
handleKeyDown(e) {
|
handleKeyDown(e) {
|
||||||
if (e.keyCode === ESC) {
|
if (e.keyCode === ESC) {
|
||||||
|
e.preventDefault();
|
||||||
this.props.clearFilter();
|
this.props.clearFilter();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user