Skip to content
Prev Previous commit
Next Next commit
Add z-index
  • Loading branch information
tobiasahlin committed Mar 18, 2021
commit 14514bc937fb3c48a519b55131ccd212b7f3c3c2
9 changes: 9 additions & 0 deletions src/marketing/utilities/layout.scss
Original file line number Diff line number Diff line change
Expand Up @@ -27,3 +27,12 @@
}
}
}

// Handling z-index
.z-1 { z-index: 1 !important; }
.z-2 { z-index: 2 !important; }
.z-3 { z-index: 3 !important; }

// Negative z-index
.z-n1 { z-index: -1 !important; }
.z-n2 { z-index: -2 !important; }