0

I try to make "position: sticky" work after "overflow: hidden"

For this design I can ONLY use CSS and these html tags: (a, p, i, strong, b, u, ul, ol, li, h1, h2, h3, img, font, br o span)

Please note: I cannot use any "script" and any other HTML elements, apart from those specified above.

I am looking for a CSS based solution.

Attention - I do NOT have access to modify the parent DIV (that have overflow:hidden). My code is just wrapped inside this div.

ivan
  • 95
  • 3
  • 14
  • *I try to make "position: sticky" work after "overflow: hidden"* --> you cannot, you need to replace the oveflow:hidden with visible – Temani Afif Jun 05 '20 at 08:12
  • I do NOT have access to modify the parent DIV (that have overflow:hidden) – ivan Jun 05 '20 at 18:26

0 Answers0