Mini Program: slide the page layout up and down, left and right

how to make fixed and left and right display at the same level

/ right part-left and right sliding style /
.right-wrapper {


overflow-x: auto;

}
/ Slide left and right-interval style between header and table /
.right-wrapper-blank {
margin-bottom:85px;
}
/ each row style /
.tr {

width: 100%;
display: flex;
justify-content: space-between;

}
/ header style /
.th {
font-weight: 700;
background-color:-sharpdadada
}
/ header and cell style /
.th,. Td {

padding: 0px 10px;
border: 1px solid -sharpdadada;
text-align: left;

}
/ cancel the slider /
:-webkit-scrollbar {
width: 0;
height: 0;
color: transparent;
}

Mar.18,2021
Menu