Skip to content

Commit

Permalink
Added some classes for easy z-index debugging. (#567)
Browse files Browse the repository at this point in the history
Co-authored-by: Spicer Matthews <[email protected]>
  • Loading branch information
spicermatthews and Spicer Matthews authored Mar 14, 2024
1 parent 5b1eae7 commit 1540032
Showing 1 changed file with 9 additions and 3 deletions.
12 changes: 9 additions & 3 deletions src/pages/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -1058,8 +1058,11 @@ const Index = ({ data: fallbackData, userAgent }) => {
)}
</div>
</div>
<div className={classes.adsContainer}>
<div className={classes.adsContainerRectangles}>
<div className={classes.adsContainer} id="ads-container">
<div
className={classes.adsContainerRectangles}
id="ads-container-rectangles"
>
<div
id="raptive-content-ad-1"
style={{
Expand All @@ -1080,7 +1083,10 @@ const Index = ({ data: fallbackData, userAgent }) => {
/>
</div>

<div className={classes.adContainerLeaderboard}>
<div
className={classes.adContainerLeaderboard}
id="ads-container-leaderboard"
>
<div
id="raptive-content-ad-3"
style={{
Expand Down

0 comments on commit 1540032

Please sign in to comment.