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%;
|
||||
position: absolute;
|
||||
right: 21px;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&__nav-prev {
|
||||
bottom: 50%;
|
||||
left: 21px;
|
||||
position: absolute;
|
||||
z-index: 2;
|
||||
}
|
||||
|
||||
&__header {
|
||||
|
|
Loading…
Reference in a new issue