MarcElAcoplao / CheckBackMod

Mod from Demonin's Check Back project
https://MarcElAcoplao.github.io/CheckBackMod
2 stars 7 forks source link

Fix "Time Dimensions" button #8

Closed GolfingSuccess closed 3 days ago

GolfingSuccess commented 3 days ago

Put z-index: 1; for #tabsContainer, this seems to solve the issue where the TD tab button is unclickable, however it does have the side effect that, if your monitor is small enough, the tabs will go over the daily and theme buttons (the game currently doesn't support that anyway so this should be OK, just keeping a note here). I suspect this has actually been an issue for a long time, but it just came up now because of the "Latest Drops" button, which made #footerContainer slightly taller (the exact height for which the button is unclickable matches), and the "Artifacts" button which pushed shop and TD one button lower.