Absolutely positioned div on right causing scrollbar when the left doesn't

后端 未结 11 608
被撕碎了的回忆
被撕碎了的回忆 2020-12-31 07:02

I\'m trying to \"flank\" a centered div with some design elements that are absolutely positioned outside the main div\'s width. I\'m getting a scroll bar due to the element

11条回答
  •  -上瘾入骨i
    2020-12-31 07:49

    Wrap all the elements in a div, make that div position relative and overflow hidden. It solves this problem every time. :D

提交回复
热议问题