mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-05-28 00:01:54 +08:00
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:
committed by
Blake Grotewold
parent
8c368d363a
commit
94936f118d
+2
-1
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user