Skip to content

Commit 5534f55

Browse files
committed
Fix precedence of ArmorySheet z-index
1 parent f19e009 commit 5534f55

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/armory/ArmorySheet.m.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.sheet {
1+
.sheet:global(.sheet) {
22
max-width: 900px;
33
margin: 0 auto;
44
z-index: 14; // higher than item popup

0 commit comments

Comments
 (0)