Skip to content
Snippets Groups Projects
Commit f393dc92 authored by Georgi's avatar Georgi
Browse files

[BUGFIX] Fix lightbox interaction with sg-cookie-optin

parent 862d993e
No related branches found
No related tags found
1 merge request!6Feature make standalone
......@@ -469,7 +469,6 @@ $sg-video-screen-xs-min: $sg-video-screen-xs;
&--iframe &__placeholder {
width: 100%;
height: 100%;
pointer-events: none;
}
&--visible &__placeholder {
......
......@@ -373,7 +373,6 @@
.basicLightbox--img .basicLightbox__placeholder, .basicLightbox--video .basicLightbox__placeholder, .basicLightbox--iframe .basicLightbox__placeholder {
width: 100%;
height: 100%;
pointer-events: none;
}
.basicLightbox--visible .basicLightbox__placeholder {
transform: scale(1);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment