- Offizieller Beitrag
Das Plugin in ist installiert
Und auch das Plugin in woltlab Bannliste
Zusätzlich noch das css für das scrollen rechts links
Code
/* Bannliste horizontal scrollbar machen */
.table {
display: block;
overflow-x: auto;
-webkit-overflow-scrolling: touch;
}
/* Tabelle darf breiter sein */
.table thead,
.table tbody {
display: table;
width: max-content;
}
/* verhindert Zusammenquetschen */
.table th,
.table td {
white-space: nowrap;
}
Alles anzeigen