removing the pointer events on the lightbox__picture
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
4b7b165d86
commit
888c943d55
|
|
@ -1,8 +1,11 @@
|
|||
.lightbox-gallery {
|
||||
@apply grid grid-cols-3 gap-6;
|
||||
@apply grid sm:grid-cols-2 lg:grid-cols-3 gap-6;
|
||||
img {
|
||||
@apply h-full w-full object-cover max-h-80;
|
||||
}
|
||||
&__picture {
|
||||
@apply pointer-events-none;
|
||||
}
|
||||
}
|
||||
|
||||
.lightbox {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user