Is there a way to make an [Inline list - cards] floats on screen?

Is there a way to make an [Inline list - cards] floats on screen ?

Do you have a visual example of how it would look like?

1 Like


specifically I want the red circled area to float on the screen when surfing

`I used it but it doesn’t seem to work

Preformatted text


[data-test=“card-item”] {
position: fixed;
margin-left:0px;
left: 50%;
bottom: 5%;
-ms-transform: translate(-50%, -50%);
transform: translate(-50%, -50%);
width:80%;
z-index: 10;
}

Duplicate post