diff --git a/src/components/PlayerProfileView/ProfileHistoryList.vue b/src/components/PlayerProfileView/ProfileHistoryList.vue index 7f38a8a..ad8fb23 100644 --- a/src/components/PlayerProfileView/ProfileHistoryList.vue +++ b/src/components/PlayerProfileView/ProfileHistoryList.vue @@ -243,6 +243,7 @@ async function fetchPlayerJournal() { .list-header { position: sticky; top: 0; + z-index: 100; & > h3 { padding: 0.5em; @@ -254,8 +255,8 @@ async function fetchPlayerJournal() { display: grid; grid-template-columns: repeat(3, 1fr); gap: 1em; - padding: 0.5em; background-color: var(--clr-tile); + padding: 0.5em; } .menu-btn { diff --git a/src/views/PlayerProfileView.vue b/src/views/PlayerProfileView.vue index 16156c0..f3dc001 100644 --- a/src/views/PlayerProfileView.vue +++ b/src/views/PlayerProfileView.vue @@ -125,7 +125,6 @@ async function fetchPlayerData() { .profile-side { display: grid; grid-template-rows: auto 1fr; - gap: 0.5em; overflow: auto; background-color: var(--clr-tile); border-radius: 0.5em;