From eb2e3e876068f27a7a8e05fd0860ad7555b78c11 Mon Sep 17 00:00:00 2001 From: czaks Date: Tue, 15 Apr 2014 13:49:38 +0200 Subject: [PATCH] quick-reply: fix z-index when boardlist is locationed as fixed --- js/quick-reply.js | 1 + 1 file changed, 1 insertion(+) diff --git a/js/quick-reply.js b/js/quick-reply.js index 65e8e0d8..93cab334 100644 --- a/js/quick-reply.js +++ b/js/quick-reply.js @@ -36,6 +36,7 @@ display: block;\ padding: 0 0 0 0;\ width: 300px;\ + z-index: 100;\ }\ #quick-reply table {\ border-collapse: collapse;\