Page 1 sur 1

[Corrigé 3.2.5] Affichage Table Overflow

Posté : mar. 22 sept. 2020 11:04
par ProServ
Un p'tit défaut d'affichage sur la table lorsqu'il n'y a pas de ticket
table.png
table.png (47.22 Kio) Vu 1598 fois
Dans tables.scss

Code : Tout sélectionner

.table-responsive {
	overflow-y: hidden;
}
ou (moins propre)

Code : Tout sélectionner

.table-responsive {
	display: table-column;
}
Test mobile OK

Re: [3.2.4] Affichage Table Overflow

Posté : mar. 22 sept. 2020 11:11
par Flox
Bonjour,

merci pour votre analyse correction ok dans la prochaine version.

Cdt