fix(stats): keep tablet chart tooltips above bars (#42197)

This commit is contained in:
opencode-agent[bot] 2026-08-13 04:55:13 -05:00 committed by GitHub
parent 1288161528
commit a6a712a3ac
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -7771,6 +7771,12 @@ body {
}
}
@media (min-width: 48rem) and (max-width: 58rem) {
[data-page="stats"] [data-slot="top-models-bar"][data-active="true"] {
z-index: 2;
}
}
@media (max-width: 47.999rem) {
[data-page="stats"] [data-section="top-models"],
[data-page="stats"] [data-section="leaderboard"],