Improving modal UI
Этот коммит содержится в:
@@ -10,9 +10,9 @@ var ActionTypes = Constants.ActionTypes;
|
||||
|
||||
module.exports = React.createClass({
|
||||
componentDidMount: function() {
|
||||
$('.edit-modal').on('show.bs.modal', function () {
|
||||
$('.edit-modal .edit-modal-body').css('overflow-y', 'auto');
|
||||
$('.edit-modal .edit-modal-body').css('max-height', $(window).height() * 0.7);
|
||||
$('.modal').on('show.bs.modal', function () {
|
||||
$('.modal-body').css('overflow-y', 'auto');
|
||||
$('.modal-body').css('max-height', $(window).height() * 0.7);
|
||||
});
|
||||
},
|
||||
handleCommentClick: function(e) {
|
||||
|
||||
@@ -66,7 +66,6 @@
|
||||
}
|
||||
}
|
||||
.btn {
|
||||
margin-right: 10px;
|
||||
&.btn-primary {
|
||||
float: right;
|
||||
margin-top: -4px;
|
||||
|
||||
Ссылка в новой задаче
Block a user