1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18
.deck-status { position: absolute; bottom: 10px; right: 5px; color: #888; z-index: 3; margin: 0; } body > .deck-container .deck-status { position: fixed; } @media print { .deck-status { display: none; } }