Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* Custom Tarkov CSS to fix ballistics table headers*/
- /* The duplicate sets with and without !important are to account for the default Fandom display methods and ensure visual continuity for all browsers */
- #trkballtablediv {
- max-height: 950px;
- overflow: auto;
- }
- table, #trkballtable {
- position: relative;
- max-width:100%;
- overflow: auto;
- border-spacing: 0px;
- }
- th {
- position: -webkit-sticky; /* Safari */
- position: sticky;
- top: -1px;
- border: 0px solid black;
- background: black;
- border-style: solid;
- border-collapse: collapse;
- background-origin: border-box;
- border-spacing: 0px;
- box-sizing: content-box;
- }
- td {
- box-sizing: content-box;
- }
- th.headerSort {
- position: -webkit-sticky; /* Safari */
- position: sticky;
- top: 62px;
- }
- #trkballtablediv {
- max-height: 950px !important;
- overflow: auto !important;
- }
- table, #trkballtable {
- position: relative !important;
- max-width:100% !important;
- overflow: auto !important;
- border-spacing: 0px !important;
- }
- th {
- position: -webkit-sticky !important; /* Safari */
- position: sticky !important;
- top: -1px !important;
- border: 0px solid black !important;
- background: black !important;
- border-style: solid !important;
- border-collapse: collapse !important;
- background-origin: border-box !important;
- border-spacing: 0px !important;
- box-sizing: content-box !important;
- }
- td {
- box-sizing: content-box !important;
- }
- th.headerSort {
- position: -webkit-sticky !important; /* Safari */
- position: sticky !important;
- top: 62px !important;
- }
- /* Note: As of 22 July 2021, this Custom CSS complies with the Fandom design rules, however, use at your own risk. */
- /* Handcrafted by @TheNolanK */
Advertisement
Add Comment
Please, Sign In to add comment