Skip to content
This repository has been archived by the owner on Dec 13, 2020. It is now read-only.

Commit

Permalink
#259 Fixing wrong merge #2
Browse files Browse the repository at this point in the history
  • Loading branch information
damianprzygodzki committed Feb 28, 2017
1 parent bcf7fcc commit 8d7c25f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/app/Modal.js
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ class Modal extends Component {

return (
data.length > 0 && <div
className="screen-freeze"
className="screen-freeze js-not-unselect"
>
<div className="panel panel-modal panel-modal-primary">
<div
Expand Down
2 changes: 1 addition & 1 deletion src/components/app/RawModal.js
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ class RawModal extends Component {

return (
<div
className="screen-freeze js-not-unselect raw-modal"
className="screen-freeze raw-modal"
>
<div className="panel panel-modal panel-modal-primary">
<div
Expand Down

0 comments on commit 8d7c25f

Please sign in to comment.