Skip to content

Commit

Permalink
Z-index to elements
Browse files Browse the repository at this point in the history
  • Loading branch information
SnakeA117 committed Aug 5, 2024
1 parent ce446c9 commit 050138b
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions wp-content/themes/dizzyskips/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -242,11 +242,15 @@ h1, .h1 {

.slick-prev {
left: 4% !important;

}

.slick-next {
right: 4% !important;

}

.slick-arrow {
z-index: 9999;
}

.slick-prev::before, .slick-next::before {
Expand Down Expand Up @@ -789,6 +793,5 @@ body .sk-ww-instagram-reels .sk-ww-instagram-reels-item {

.slider-box{
height: 520px;

}
}

0 comments on commit 050138b

Please sign in to comment.