Make player search sticky
This commit is contained in:
parent
97c6916194
commit
763b4d907e
@ -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;
|
||||||
|
Loading…
Reference in New Issue
Block a user