This commit is contained in:
33333-33333 2026-06-30 13:40:36 +09:00
commit ad2cc76429
34 changed files with 616 additions and 365 deletions

View file

@ -2,9 +2,9 @@
.tool-tip-popover {
position: fixed;
z-index: 2147483000;
width: max-content;
min-width: 160px;
max-width: min(320px, calc(100vw - 18px));
width: fit-content;
min-width: min(160px, calc(100vw - 18px));
max-width: min(620px, calc(100vw - 18px));
box-sizing: border-box;
padding: 7px 9px;
border-radius: 10px;