Skip to content

Commit

Permalink
FIX Dolibarr#24265 regression cannot see all product on takepos (Doli…
Browse files Browse the repository at this point in the history
…barr#28753)

* FIX Dolibarr#24265 regression cannot see all product on takepose

See discussion here :

https://www.dolibarr.fr/forum/t/bug-affichage-takepos-mobile-dolibarr-v17/43219

* Update pos.css.php

---------

Co-authored-by: Laurent Destailleur <[email protected]>
  • Loading branch information
daraelmin and eldy authored Mar 11, 2024
1 parent 7f10566 commit 4065a59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion htdocs/takepos/css/pos.css.php
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,7 @@
margin: 0 auto;
width: 100%;
height: 55%;
overflow: hidden;
overflow-x: hidden;
}

.div1{
Expand Down

0 comments on commit 4065a59

Please sign in to comment.