Fix z-index next/prev buttons on Lightbox
This commit is contained in:
parent
a363c6c0ea
commit
99b19d4b80
1 changed files with 2 additions and 0 deletions
|
@ -190,12 +190,14 @@
|
||||||
bottom: 50%;
|
bottom: 50%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
right: 21px;
|
right: 21px;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__nav-prev {
|
&__nav-prev {
|
||||||
bottom: 50%;
|
bottom: 50%;
|
||||||
left: 21px;
|
left: 21px;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
z-index: 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
&__header {
|
&__header {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue