Hotfix to allow for modal to be scrolled (#5486)
* Update desk.css * Update desk.less
This commit is contained in:
parent
1ccf9d85b8
commit
526ebb71a3
2 changed files with 2 additions and 2 deletions
|
|
@ -467,7 +467,7 @@ fieldset[disabled] .form-control {
|
|||
}
|
||||
.modal-backdrop {
|
||||
opacity: 0.5;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
}
|
||||
.modal-header {
|
||||
padding: 10px 15px;
|
||||
|
|
|
|||
|
|
@ -278,7 +278,7 @@ textarea.form-control {
|
|||
|
||||
.modal-backdrop {
|
||||
opacity: 0.5;
|
||||
position: fixed;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
.modal-header {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue