Make the whole rdb box selectable and link clickable

This commit is contained in:
inpsyde-maticluznar 2024-12-12 06:26:07 +01:00
parent 1b1546768b
commit 169c184e57
No known key found for this signature in database
GPG key ID: D005973F231309F6

View file

@ -58,6 +58,13 @@
&__content {
display: flex;
position: relative;
pointer-events: none;
*:not(a){
pointer-events: none;
}
a {
pointer-events: all;
}
}
&__title {