Fix hovercard scrollbar

This commit is contained in:
Justin Edmund 2023-04-12 05:32:55 -07:00
parent 259656e505
commit 65590e86ab

View file

@ -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;