Skip to content

Commit

Permalink
Hotfix to allow for modal to be scrolled (frappe#5486)
Browse files Browse the repository at this point in the history
* Update desk.css

* Update desk.less
  • Loading branch information
spa49 authored and shridarpatil committed May 29, 2018
1 parent b6fff01 commit 10d0e23
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: fixed;
position: absolute;
}
.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: fixed;
position: absolute;
}

.modal-header {
Expand Down

0 comments on commit 10d0e23

Please sign in to comment.