From 94936f118d7ac22561e21f0e8d6ce8fd59ecaa9e Mon Sep 17 00:00:00 2001 From: Andrea Rendine Date: Wed, 13 May 2015 13:56:05 +0200 Subject: [PATCH] Stores visibility outside room A z-index CSS property on #stores now allows it to remain on top of the tabs layers, so that hovering always works. --- css/room.css | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/css/room.css b/css/room.css index 9d9b0db..583ed78 100644 --- a/css/room.css +++ b/css/room.css @@ -42,6 +42,7 @@ div#storesContainer { div#stores { position: relative; + z-index:10; border: 1px solid black; cursor: default; padding: 5px 10px; @@ -76,4 +77,4 @@ div#weapons:before { content: "weapons"; left: 8px; top: -13px; -} \ No newline at end of file +}