Skip to content
This repository has been archived by the owner on Sep 20, 2023. It is now read-only.

Commit

Permalink
fix: reinstate position relative so that z-index works!!
Browse files Browse the repository at this point in the history
  • Loading branch information
Tyler Barnes committed Mar 28, 2019
1 parent 7f96818 commit 12f0e51
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
.tl-wrapper {
width: 100%;
float: left;
position: relative;
}

.tl-wrapper + .tl-wrapper {
Expand Down

0 comments on commit 12f0e51

Please sign in to comment.