P
P
PakoGonsalezZ2022-02-21 16:59:00
css
PakoGonsalezZ, 2022-02-21 16:59:00

How to override the position absolute block?

Good afternoon, help me to kill the style of the slider arrow block

Ссылка в каталог top-list__btn  btn вроде и position:absolute и z-index высокий, но все равно не может перебить блок стрелок слайдера arrow-wrapper


http://joxi.ru/eAOGYNacvnwwJA

Answer the question

In order to leave comments, you need to log in

1 answer(s)
B
bingumd, 2022-02-21
@bingumd

.arrow-wrapper {
    pointer-events: none;
}

.arrow-wrapper .btn {
    pointer-events: all;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question