diff --git a/latenightdef/style.css b/latenightdef/style.css index eaf6326..7756e19 100644 --- a/latenightdef/style.css +++ b/latenightdef/style.css @@ -138,6 +138,7 @@ html * background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(224, 224, 224, 1); color: #000000; + z-index: 10; } .listinfo { @@ -274,6 +275,7 @@ html * background-color: #303030; border: 1px solid #1f1f1f; color: #ffffff; + z-index: 10; } .listinfo { diff --git a/style.css b/style.css index 9ddafcf..c0698be 100644 --- a/style.css +++ b/style.css @@ -123,6 +123,7 @@ html * background-color: rgba(255, 255, 255, 1); border: 1px solid rgba(224, 224, 224, 1); color: #000000; + z-index: 10; } .listinfo { @@ -263,6 +264,7 @@ html * background-color: #303030; border: 1px solid #1f1f1f; color: #ffffff; + z-index: 10; } .listinfo {