Skip to content

Commit

Permalink
Revert "Hotfix to allow for modal to be scrolled (frappe#5486)"
Browse files Browse the repository at this point in the history
This reverts commit 526ebb7.
  • Loading branch information
saurabh6790 authored and shridarpatil committed May 29, 2018
1 parent 10d0e23 commit 3837bb3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion frappe/public/css/desk.css
Original file line number Diff line number Diff line change
Expand Up @@ -479,7 +479,7 @@ fieldset[disabled] .form-control {
}
.modal-backdrop {
opacity: 0.5;
position: absolute;
position: fixed;
}
.modal-header {
padding: 10px 15px;
Expand Down
2 changes: 1 addition & 1 deletion frappe/public/less/desk.less
Original file line number Diff line number Diff line change
Expand Up @@ -303,7 +303,7 @@ textarea.form-control {

.modal-backdrop {
opacity: 0.5;
position: absolute;
position: fixed;
}

.modal-header {
Expand Down

0 comments on commit 3837bb3

Please sign in to comment.