#6120 Added pointer to dropdown in PopoverContent (#6180)

This commit is contained in:
Juan 2023-04-29 07:34:54 -07:00 committed by GitHub
parent 1400c3b16c
commit a370848db6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,6 +9,10 @@
box-shadow: 0px 12px 16px -4px rgba(16, 24, 40, 0.08), 0px 4px 6px -2px rgba(16, 24, 40, 0.03);
border-radius: 0 8px 8px 0;
overflow: auto;
select {
cursor: pointer;
}
}
.PopoverContent-dark {