10

Working on modifying a legacy web project and just about every single element is `position: absolute` with crazy z-index juggling and hard-coded pixel sizes and positions everywhere 😭

To make it even worse, a bunch of the javascript will also change elements sizes and positions so it takes forever to track down why an element is where it is

Comments
Add Comment