-1

I have a div with buttons, when you click on which, a block with a position: absolute, But if I want there to be no overflow for the block, then the pop-up block does not appear.

  • You can’t. You’ll need to reparent the positioned element elsewhere in the DOM. – Dai Nov 26 '20 at 09:56

1 Answers1

0

Hmm, this should fix it position: fixed

Froza
  • 1