Commit 643ed8241ff5881cb4141cf493e1cfd10b6e48c3
1 parent
450843a19c
Exists in
develop
scroll comandas
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
src/app/modules/comanda/comanda.component.html
... | ... | @@ -4,7 +4,7 @@ |
4 | 4 | <p class="mb-3 h2 text-center mt-2">Pedidos a elaborar</p> |
5 | 5 | </div> |
6 | 6 | </div> |
7 | - <div class="row flex-fill m-0 overflow-scroll"> | |
7 | + <div class="row flex-fill m-0 scroll-y"> | |
8 | 8 | <div class="col-12 px-2"> |
9 | 9 | <div class="card-columns h-100 m-1 fade-in disable-user-select"> |
10 | 10 | <div |