diff --git a/public/js/quickmenu/carddeck.js b/public/js/quickmenu/carddeck.js index 44e4cc7..55ee638 100644 --- a/public/js/quickmenu/carddeck.js +++ b/public/js/quickmenu/carddeck.js @@ -405,16 +405,14 @@ function renderShell() { color: #c8e0a6; text-align: center; } .kd-deck-card-footer-counts { + position: absolute; + bottom: 4px; + left: 6px; display: flex; - justify-content: center; align-items: center; - padding: 3px 6px; - background: rgba(0,0,0,0.85); - border-top: 1px solid #2a3a10; - border-radius: 0 0 6px 6px; - height: 22px; - flex-shrink: 0; - margin-top: 10px; + background: transparent; + z-index: 5; + pointer-events: none; } .kd-deck-count-indeck { font-family: "Cinzel", serif; font-size: 13px; color: #88cc44; font-weight: bold; }