Fix hovercard scrollbar
This commit is contained in:
parent
259656e505
commit
65590e86ab
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ div[data-radix-popper-content-wrapper] {
|
|||
flex-direction: column;
|
||||
gap: $unit-2x;
|
||||
max-height: 30vh;
|
||||
overflow-y: scroll;
|
||||
overflow-y: auto;
|
||||
padding: $unit-2x;
|
||||
width: 300px;
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue