From 4972ebdc7eee11dee84506c0ce3fdd9b3d15fe28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marcin=20=C5=81abanowski?= Date: Wed, 2 Jan 2013 05:55:53 +0100 Subject: [PATCH] fix boardlist being lower than some other website elements --- stylesheets/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/stylesheets/style.css b/stylesheets/style.css index 3d401184..8c417d52 100644 --- a/stylesheets/style.css +++ b/stylesheets/style.css @@ -409,6 +409,7 @@ table.mod.config-editor input[type="text"] { right: 0px; /*text-shadow: white 1px 0px 6px, white 1px 0px 6px, black 1px 0px 3px;*/ margin-top: 0px; + z-index: 30; } .desktop-style div.boardlist:nth-child(1):hover { background-color: rgba(90%, 90%, 90%, 0.6);