Make player search sticky

This commit is contained in:
James Lyne 2022-01-13 01:52:22 +00:00
parent 97c6916194
commit 763b4d907e

View File

@ -89,6 +89,9 @@ export default defineComponent({
padding: 0.5rem 1rem; padding: 0.5rem 1rem;
box-sizing: border-box; box-sizing: border-box;
width: 100%; width: 100%;
position: sticky;
top: 4.8rem;
z-index: 3;
& + .section__skeleton { & + .section__skeleton {
margin-top: 0; margin-top: 0;