:)
This commit is contained in:
parent
7fa3696d27
commit
8ff52b3fbd
2 changed files with 69 additions and 43 deletions
|
|
@ -284,7 +284,9 @@ canvas#world {
|
|||
position: absolute;
|
||||
z-index: 3;
|
||||
min-width: 180px;
|
||||
max-width: 260px;
|
||||
max-width: min(300px, calc(100% - 16px));
|
||||
max-height: calc(100% - 16px);
|
||||
overflow: auto;
|
||||
padding: 8px 10px;
|
||||
border: 1px solid #435057;
|
||||
border-radius: 6px;
|
||||
|
|
@ -292,7 +294,7 @@ canvas#world {
|
|||
color: var(--text);
|
||||
font-size: 11px;
|
||||
line-height: 1.35;
|
||||
pointer-events: none;
|
||||
pointer-events: auto;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue