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