Skip to content

Commit

Permalink
fix tooltip positioning on status table
Browse files Browse the repository at this point in the history
  • Loading branch information
kenkunz committed Oct 28, 2024
1 parent f95d313 commit c0044b3
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions src/routes/strategies/[strategy]/tech-details/status/+page.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,17 @@
white-space: pre-wrap;
}
@media (--viewport-md-up) {
.metrics-table {
position: relative;
:global(.tooltip .popup) {
right: 0;
max-width: 40ch;
}
}
}
.commit {
display: grid;
gap: 0.75em;
Expand Down

0 comments on commit c0044b3

Please sign in to comment.