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.
This commit is contained in:
Andrea Rendine
2015-05-13 13:56:05 +02:00
committed by Blake Grotewold
parent 8c368d363a
commit 94936f118d
+2 -1
View File
@@ -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;
}
}