Stopped inventory items being separated from their containers

hopefully fixes #91
This commit is contained in:
Stefan Zermatten
2017-06-28 09:25:25 +02:00
parent 4cd058e1fe
commit ad4e3f5b20

View File

@@ -23,6 +23,7 @@
.card { .card {
background: white; background: white;
border-radius: 2px; border-radius: 2px;
position: initial;
} }
.card .top { .card .top {