J
J
John_Paul_Jones2019-06-24 20:09:08
css
John_Paul_Jones, 2019-06-24 20:09:08

How to force correct value without selector?

There are lightboxes and they need to force the value without a selector, you need to make it absolute now they are fixed.

<div style="position: fixed; top: 0px; left: 0px; z-index: 100001; display: none;" aria-hidden="true">

change position: fixed to absolute, as I understand it, using css, this cannot be done

spoiler
5d1386328eba6807476243.jpeg

Answer the question

In order to leave comments, you need to log in

1 answer(s)
W
wqertAnna, 2019-06-29
@wqertAnna

Actually, there is one option to change it in css
. I understand that situations are different, but it looks a little perverted)

div[style="position: fixed; top: 0px; left: 0px; z-index: 100001; display: none;"] {
  position: absolute !important;
}

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question