Merge pull request #673 in FS/freeswitch from ~DCOLOMBO/freeswitch:bugfix/FS-8758-fix-scroll-bar-in-call-history to master
* commit '9f7afc4bed01dc97ee1124b55d10f48d401315cd': FS-8758: scroll properly numbers in call history div
This commit is contained in:
commit
deeb4dad81
|
@ -403,7 +403,6 @@ body .modal-body .btn-group .btn.active {
|
|||
}
|
||||
|
||||
.call_direction {
|
||||
position: absolute;
|
||||
margin-top: 6px;
|
||||
}
|
||||
|
||||
|
@ -452,7 +451,6 @@ body .modal-body .btn-group .btn.active {
|
|||
overflow: hidden;
|
||||
overflow-wrap: break-word;
|
||||
margin-left: 26px !important;
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
#dialpad .dialpad-number {
|
||||
|
|
Loading…
Reference in New Issue