Commit 63836a9e43f8ec81d5ee3f7a82468b1659a40a7b
1 parent
01c40c8fb8
Exists in
master
and in
1 other branch
fix mobile, overflow
Showing
1 changed file
with
2 additions
and
3 deletions
Show diff stats
src/views/foca-modal-factura.html
... | ... | @@ -5,13 +5,12 @@ |
5 | 5 | </div> |
6 | 6 | </div> |
7 | 7 | </div> |
8 | -<div class="modal-body d-flex" | |
9 | - id="modal-body"> | |
8 | +<div class="modal-body d-flex" id="modal-body"> | |
10 | 9 | <div |
11 | 10 | ladda="!primerBusqueda" |
12 | 11 | data-spinner-color="#000000" |
13 | 12 | data-spinner-size="30" |
14 | - class="w-100 ladda-w-100"> | |
13 | + class="w-100 ladda-w-100 overflow-auto"> | |
15 | 14 | <table ng-show="primerBusqueda" class="table table-striped table-sm"> |
16 | 15 | <thead> |
17 | 16 | <tr> |