From 12f0e51ab5505c670acaef8aa0c42b093772620f Mon Sep 17 00:00:00 2001 From: Tyler Barnes Date: Wed, 27 Mar 2019 21:16:15 -0700 Subject: [PATCH] fix: reinstate position relative so that z-index works!! --- src/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/style.css b/src/style.css index 103f98b..911e620 100644 --- a/src/style.css +++ b/src/style.css @@ -6,6 +6,7 @@ .tl-wrapper { width: 100%; float: left; + position: relative; } .tl-wrapper + .tl-wrapper {