@@ -797,6 +797,7 @@ footer .fa {
}
#player {
+ z-index: 10;
.hidden {
@@ -188,6 +188,7 @@ Template.login.events({
});
+
Template.dashboard.helpers({
rooms: function() {
return Rooms.find({});
@@ -24,5 +24,6 @@
<li></li>
</ul>
</div>
</template>