mirror of
https://github.com/doublespeakgames/adarkroom.git
synced 2026-06-23 04:42:29 +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
@@ -42,6 +42,7 @@ div#storesContainer {
|
|||||||
|
|
||||||
div#stores {
|
div#stores {
|
||||||
position: relative;
|
position: relative;
|
||||||
|
z-index:10;
|
||||||
border: 1px solid black;
|
border: 1px solid black;
|
||||||
cursor: default;
|
cursor: default;
|
||||||
padding: 5px 10px;
|
padding: 5px 10px;
|
||||||
|
|||||||
Reference in New Issue
Block a user