Changes default Player Squads scrolling table to full view.
hotutils.com by abrekam
Details
Authorabrekam
LicenseNo License
CategoryHotUtils
Created
Updated
Size366 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name hotutils.com
@version 20220106.20.50
@namespace userstyles.world/user/abrekam
@description Changes default Player Squads scrolling table to full view.
@author abrekam
@license No License
==/UserStyle== */
@-moz-document domain("hotutils.com") {
.ant-table-body {
max-height: none !important;
}
}