aa
This commit is contained in:
parent
f941200504
commit
ad2cc76429
34 changed files with 616 additions and 365 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue