From aeb5c29f601050a0fa88c3e34990f6e00ec08ac6 Mon Sep 17 00:00:00 2001 From: Maxim Date: Fri, 12 Apr 2019 14:04:24 -0500 Subject: [PATCH] Added needed z-indexing --- resources/css/main.css | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/css/main.css b/resources/css/main.css index 51168ed..32bd7d1 100644 --- a/resources/css/main.css +++ b/resources/css/main.css @@ -50,6 +50,7 @@ padding: 1.5em; max-height: 632px; color: #ffffff; + z-index: 888; } #favesList > li:hover { @@ -122,6 +123,7 @@ background: radial-gradient(circle,#3f3f3f,#000000); color: #ffffff; text-align: center; + z-index: 999; } #serverMsgView { @@ -131,6 +133,7 @@ overflow-y: scroll; width: 100%; background-color: rgba(0,0,0,0.64); + z-index: 999; } #searchField {