mirror of
https://github.com/StarCitizenTools/mediawiki-skins-Citizen.git
synced 2024-11-29 08:35:23 +00:00
8c888a7e1f
Instead of a CSS solution used previously, switch to a JS solution to wrap tables. This should ensure the table renders correctly and also scrollable. This lays the groundwork for making table more user-friendly in the future.
4 lines
46 B
Plaintext
4 lines
46 B
Plaintext
.citizen-table-wrapper {
|
|
overflow-x: auto;
|
|
}
|