mirror of
https://github.com/anomalyco/opencode.git
synced 2026-08-16 07:23:25 +00:00
fix(stats): keep tablet chart tooltips above bars (#42197)
This commit is contained in:
parent
1288161528
commit
a6a712a3ac
1 changed files with 6 additions and 0 deletions
|
|
@ -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"],
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue