mirror of
https://github.com/collinbarrett/FilterLists.git
synced 2026-03-11 09:04:27 +00:00
cleanup close button
This commit is contained in:
parent
c4fe009624
commit
6f9ffa81e8
2 changed files with 3 additions and 5 deletions
|
|
@ -32,7 +32,7 @@ export default class ListDetailsModal extends React.Component<any, any> {
|
|||
onRequestClose={this.handleCloseModal}
|
||||
shouldCloseOnOverlayClick={true}>
|
||||
<FilterListDetails details={this.state.filterListDetails}/>
|
||||
<button onClick={this.handleCloseModal} className="btn btn-danger btn-block push-to-bottom">Close</button>
|
||||
<button onClick={this.handleCloseModal} className="btn btn-danger btn-block" id="close-modal">Close</button>
|
||||
</ReactModal>;
|
||||
return (
|
||||
<div>
|
||||
|
|
|
|||
|
|
@ -2,8 +2,6 @@ body {
|
|||
font-size: 16px;
|
||||
}
|
||||
|
||||
.push-to-bottom {
|
||||
position: absolute;
|
||||
bottom: 5%;
|
||||
width: 100%;
|
||||
#close-modal {
|
||||
margin-top: 5px;
|
||||
}
|
||||
Loading…
Reference in a new issue