Hotfix to allow for modal to be scrolled (#5486)

* Update desk.css

* Update desk.less
This commit is contained in:
spa49 2018-05-02 07:38:20 +02:00 committed by Faris Ansari
parent 1ccf9d85b8
commit 526ebb71a3
2 changed files with 2 additions and 2 deletions

View file

@ -467,7 +467,7 @@ fieldset[disabled] .form-control {
}
.modal-backdrop {
opacity: 0.5;
position: fixed;
position: absolute;
}
.modal-header {
padding: 10px 15px;

View file

@ -278,7 +278,7 @@ textarea.form-control {
.modal-backdrop {
opacity: 0.5;
position: fixed;
position: absolute;
}
.modal-header {